mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2024-11-24 21:57:36 +00:00
Update README
This commit is contained in:
parent
e042143e3f
commit
cfdf2f1153
@ -444,8 +444,8 @@ Examples
|
|||||||
Key bindings for command-line
|
Key bindings for command-line
|
||||||
-----------------------------
|
-----------------------------
|
||||||
|
|
||||||
The install script will setup the following key bindings for bash, zsh, and
|
By [setting up shell integration](#setting-up-shell-integration), you can use
|
||||||
fish.
|
the following key bindings in bash, zsh, and fish.
|
||||||
|
|
||||||
- `CTRL-T` - Paste the selected files and directories onto the command-line
|
- `CTRL-T` - Paste the selected files and directories onto the command-line
|
||||||
- The list is generated using `--walker file,dir,follow,hidden` option
|
- The list is generated using `--walker file,dir,follow,hidden` option
|
||||||
@ -491,7 +491,7 @@ fish.
|
|||||||
|
|
||||||
Display modes for these bindings can be separately configured via
|
Display modes for these bindings can be separately configured via
|
||||||
`FZF_{CTRL_T,CTRL_R,ALT_C}_OPTS` or globally via `FZF_DEFAULT_OPTS`.
|
`FZF_{CTRL_T,CTRL_R,ALT_C}_OPTS` or globally via `FZF_DEFAULT_OPTS`.
|
||||||
(e.g. `FZF_CTRL_R_OPTS='--tmux bottom,60% --height 60%'`)
|
(e.g. `FZF_CTRL_R_OPTS='--tmux bottom,60% --height 60% --border top'`)
|
||||||
|
|
||||||
More tips can be found on [the wiki page](https://github.com/junegunn/fzf/wiki/Configuring-shell-key-bindings).
|
More tips can be found on [the wiki page](https://github.com/junegunn/fzf/wiki/Configuring-shell-key-bindings).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user