]> arthur.barton.de Git - ax-zsh.git/blob - plugins/fzf/README.md
git: Add "git fix" alias
[ax-zsh.git] / plugins / fzf / README.md
1 ## fzf
2
3 Integrate *fzf*, "a command-line fuzzy finder", into ZSH.
4
5 ### Usage
6
7 This plugin uses the ZSH configuration files of *fzf*(1) itself to enable
8 *fzf* functionality in ZSH;
9 at the time of this writing, September 26 2015 using *fzf* 0.10.5, this is
10
11 1. Fuzzy completion for in the command line, triggered by `**`+`<TAB>`, see
12    https://github.com/junegunn/fzf#fuzzy-completion-for-bash-and-zsh for
13    details.
14 2. Add Keybindings.
15
16 ### Key Bindings
17
18 - `CTRL-T`: Paste the selected file path(s) into the command line.
19 - `ALT-C`: `cd` into the selected directory.
20 - `CTRL-R`: Paste the selected command from history into the command line.