From db5818248338f8d03ec991ff2fa89feb613e160c Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Tue, 6 May 2014 15:39:44 +0900 Subject: [PATCH] Customization of key bindings (#40) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dbe808a..ab2fe2b 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