mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-18 16:36:58 -05:00
Add searchable example
@@ -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* `eval "$(fzf --zsh)"` (or `source ~/.fzf.zsh`)
|
||||
Add the following lines *after* `eval "$(fzf --zsh)"` (or `source <(fzf --zsh)` or `source ~/.fzf.zsh`)
|
||||
|
||||
```sh
|
||||
export FZF_COMPLETION_TRIGGER=''
|
||||
|
||||
Reference in New Issue
Block a user