diff --git a/Configuring-fuzzy-completion.md b/Configuring-fuzzy-completion.md index 92e0b94..071e7be 100644 --- a/Configuring-fuzzy-completion.md +++ b/Configuring-fuzzy-completion.md @@ -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 (`**`), 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=''