Skip to content

Commit

Permalink
Customization of key bindings (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
junegunn committed May 6, 2014
1 parent 6e9f088 commit db58182
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -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
Expand Down

0 comments on commit db58182

Please sign in to comment.