You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I added this binding to keys.normal: C-g = ["search_selection", "global_search"]. I want c-g to automatically start a global search with the current selection. This actually works, but it looks wrong. If I hit c-g with "foo" selected, the prompt shows global-search:footo 'foo'. If I hit "enter", it searches for "foo", so I think this is just a UI bug.
Helix 22.12-231-g23ed8c12
I added this binding to
keys.normal
:C-g = ["search_selection", "global_search"]
. I wantc-g
to automatically start a global search with the current selection. This actually works, but it looks wrong. If I hitc-g
with "foo" selected, the prompt showsglobal-search:footo 'foo'
. If I hit "enter", it searches for "foo", so I think this is just a UI bug.https://asciinema.org/a/w2LjlSTtiA05dPEh77iOZBGaL
The text was updated successfully, but these errors were encountered: