m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-18 16:36:58 -05:00

Add searchable example

Henré Botha
2025-10-27 11:49:44 +01:00
parent f3eeffcbfd
commit 7c57390705

@@ -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=''