summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2016-11-15 23:44:04 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2016-11-15 23:44:04 +0900
commit22487810ba8484b2e2c64874bcbdc3e854c6be99 (patch)
tree4f2a5ab3782a87b7bb43c885f4caa98be680e795
parentc49e65d92694136fbeb3e341f33f9d69395620e8 (diff)
Update README: link to wiki page
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1704bc09..9051f67e 100644
--- a/README.md
+++ b/README.md
@@ -209,6 +209,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.
+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
---------------------------------