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

Updated Configuring fuzzy completion (markdown)

Junegunn Choi
2024-03-28 20:39:26 +09:00
parent 8c70085e25
commit c48edcd4da

@@ -8,7 +8,7 @@ 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.
Add the following lines *after* `source ~/.fzf.zsh`
Add the following lines *after* `eval "$(fzf --zsh)"` (or `source ~/.fzf.zsh`)
```sh
export FZF_COMPLETION_TRIGGER=''