From c48edcd4da2db31fb3d04623751a9511392122f3 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Thu, 28 Mar 2024 20:39:26 +0900 Subject: [PATCH] Updated Configuring fuzzy completion (markdown) --- 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 006a29f..92e0b94 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* `source ~/.fzf.zsh` +Add the following lines *after* `eval "$(fzf --zsh)"` (or `source ~/.fzf.zsh`) ```sh export FZF_COMPLETION_TRIGGER=''