feat: implement helix search_selection and add_next_match_helix
This commit is contained in:
parent
791b184583
commit
58622a5531
3 changed files with 35 additions and 7 deletions
|
|
@ -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"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue