m/fzf
1
0
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:
Jack Bates
2020-01-08 02:35:43 -07:00
committed by Junegunn Choi
parent e21b001116
commit 82bf8c138d
2 changed files with 47 additions and 53 deletions

View File

@@ -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