summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2014-05-04 12:56:43 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2014-05-04 12:56:43 +0900
commit6e9f0882da4a7f7f47bb51840fed61a07aa1c0a6 (patch)
treec934aabed89e52a7ac10ce8163866c512fb282a9 /README.md
parent7ed18579dc8668a15cc12ff02ac2d8b188647c09 (diff)
Update README (missing link to fish key bindings file)
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1427ea63..dbe808a2 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` and in `~/.fzf.zsh`.
+The source code can be found in `~/.fzf.bash`, `~/.fzf.zsh`, and
+`~/.config/fish/functions/fzf_key_bindings.fish`.
Auto-completion
---------------