Watch
1
0
Fork
You've already forked dotfiles
0

helix: space.* fuzzy identifier search bindings

This commit is contained in:
Jeremy Kaplan 2026-09-15 23:53:02 -04:00
commit c8a7862c0d

View file

@ -117,3 +117,9 @@ tabpad = ""
"p" = ":noop %sh{printf '%%s' '%{buffer_name}' | cbcopy}" "p" = ":noop %sh{printf '%%s' '%{buffer_name}' | cbcopy}"
"d" = ":noop %sh{printf '%%s' $(dirname '%{buffer_name}') | cbcopy}" "d" = ":noop %sh{printf '%%s' $(dirname '%{buffer_name}') | cbcopy}"
"b" = ":noop %sh{printf '%%s' $(basename '%{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"]