m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-17 15:53:39 -05:00

Revert 323ecc3

Junegunn Choi
2017-07-05 01:44:38 +09:00
parent 323ecc3bdb
commit e4783c3d47

@@ -8,12 +8,10 @@ See https://github.com/junegunn/fzf/wiki/Configuring-shell-key-bindings#changing
Instead of using `TAB` key with a trigger sequence (`**<TAB>`), you can assign a dedicated key for fuzzy completion while retaining the default behavior of `TAB` key.
This keeps the default `**<TAB>` but also adds the ability to use `^T`.
Add the following lines *after* `source ~/.fzf.zsh`
```sh
export FZF_COMPLETION_TRIGGER='**'
export FZF_COMPLETION_TRIGGER=''
bindkey '^T' fzf-completion
bindkey '^I' $fzf_default_completion
```