feat: implement helix search_selection and add_next_match_helix

This commit is contained in:
CJ van den Berg 2025-12-04 17:33:43 +01:00
parent 791b184583
commit 58622a5531
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
3 changed files with 35 additions and 7 deletions

View file

@ -384,7 +384,7 @@
["?", "rfind"],
["N", "extend_search_next"],
["*", "extend_search_prev"],
["*", "search_selection"],
["r", "replace"],
["P", "paste_clipboard_before"],
@ -500,7 +500,7 @@
["] space", "add_newline_below"],
["/", "find"],
["n", "goto_next_match"],
["n", "add_next_match_helix"],
["u", "undo"],
["U", "redo"],