summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJack Bates <jack@nottheoilrig.com>2020-01-08 02:35:43 -0700
committerJunegunn Choi <junegunn.c@gmail.com>2020-01-08 18:35:43 +0900
commit82bf8c138daaabf28faf7819b2f5a2b03af37d43 (patch)
tree26ba3ae4d418432cd2be4c5fe3b7b034fd2e1a2a /README.md
parente21b001116d5eb0b4ec799d73c11277d14a1ca61 (diff)
[bash] Populate emacs and vi keymaps (#1815)
Enables the right bindings when switching between editing modes.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/README.md b/README.md
index 6781fa2d..4ee7d100 100644
--- a/README.md
+++ b/README.md
@@ -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