mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-18 16:27:47 -05:00
[bash] Populate emacs and vi keymaps (#1815)
Enables the right bindings when switching between editing modes.
This commit is contained in:
committed by
Junegunn Choi
parent
e21b001116
commit
82bf8c138d
@@ -340,10 +340,6 @@ If you're on a tmux session, you can start fzf in a split pane by setting
|
||||
`FZF_TMUX` to 1, and change the height of the pane with `FZF_TMUX_HEIGHT`
|
||||
(e.g. `20`, `50%`).
|
||||
|
||||
If you use vi mode on bash, you need to add `set -o vi` *before* `source
|
||||
~/.fzf.bash` in your .bashrc, so that it correctly sets up key bindings for vi
|
||||
mode.
|
||||
|
||||
More tips can be found on [the wiki page](https://github.com/junegunn/fzf/wiki/Configuring-shell-key-bindings).
|
||||
|
||||
Fuzzy completion for bash and zsh
|
||||
|
||||
Reference in New Issue
Block a user