helix: space.* fuzzy identifier search bindings
This commit is contained in:
parent
a77c14e6eb
commit
c8a7862c0d
1 changed files with 6 additions and 0 deletions
|
|
@ -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"]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue