From c8a7862c0d73bf01306f3af32fd41e3308fda6aa Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Tue, 15 Sep 2026 23:53:02 -0400 Subject: [PATCH] helix: space.* fuzzy identifier search bindings --- helix/config.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/helix/config.toml b/helix/config.toml index 7868a99..324882a 100644 --- a/helix/config.toml +++ b/helix/config.toml @@ -117,3 +117,9 @@ tabpad = "‒" "p" = ":noop %sh{printf '%%s' '%{buffer_name}' | cbcopy}" "d" = ":noop %sh{printf '%%s' $(dirname '%{buffer_name}') | cbcopy}" "b" = ":noop %sh{printf '%%s' $(basename '%{buffer_name}') | cbcopy}" + +[keys.normal.space] +'*' = [":set-register / %sh{coil fuzzy %{selection}}", "global_search"] + +[keys.select.space] +'*' = [":set-register / %sh{coil fuzzy %{selection}}", "global_search"]