From 22487810ba8484b2e2c64874bcbdc3e854c6be99 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Tue, 15 Nov 2016 23:44:04 +0900 Subject: [PATCH] Update README: link to wiki page --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1704bc0..9051f67 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 ---------------------------------