fix(bindings): trigger fzf inline picker with a lookbehind @ instead of a @@ chord #108

Merged
rootiest merged 2 commits from fix-fzf-picker-at-key-delay into main 2026-08-20 04:40:39 +00:00
Showing only changes of commit 27f780e733 - Show all commits
+1 -1
View File
@@ -45,7 +45,7 @@ are active in Insert, Normal, and Visual modes unless noted.
@@ FZF inline picker. Type @ twice anywhere on the
command line to open an fzf picker and replace the
@@ with the selection. The @@ must be typed as its
own token: "test @@" triggers it, but "test@@" does
own token: "cat @@" triggers it, but "cat@@" does
not.
Ctrl+Right Accept autosuggestion one word/directory segment