summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2014-05-06 15:39:44 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2014-05-06 15:39:44 +0900
commitdb5818248338f8d03ec991ff2fa89feb613e160c (patch)
tree2528178366c5e52199f58ff9aeb98ef88db4f594
parent6e9f0882da4a7f7f47bb51840fed61a07aa1c0a6 (diff)
Customization of key bindings (#40)
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index dbe808a2..ab2fe2bc 100644
--- a/README.md
+++ b/README.md
@@ -237,7 +237,8 @@ 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.
-The source code can be found in `~/.fzf.bash`, `~/.fzf.zsh`, and
+If you want to customize the key bindings, consider editing the
+installer-generated source code: `~/.fzf.bash`, `~/.fzf.zsh`, and
`~/.config/fish/functions/fzf_key_bindings.fish`.
Auto-completion