From 7c57390705e70e5c4990cd404e29397d5ac25d5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henr=C3=A9=20Botha?= Date: Mon, 27 Oct 2025 11:49:44 +0100 Subject: [PATCH] Add searchable example --- Configuring-fuzzy-completion.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=''