fix: add helix keybinds for kp_multiply and kp_divide
This commit is contained in:
parent
cb8e4cb988
commit
8546c6ca14
1 changed files with 4 additions and 0 deletions
|
|
@ -97,6 +97,7 @@
|
||||||
["?", "rfind"],
|
["?", "rfind"],
|
||||||
["N", "goto_prev_match"],
|
["N", "goto_prev_match"],
|
||||||
["*", "search_selection"],
|
["*", "search_selection"],
|
||||||
|
["kp_multiply", "search_selection"],
|
||||||
|
|
||||||
["~", "switch_case"],
|
["~", "switch_case"],
|
||||||
["`", "to_lower"],
|
["`", "to_lower"],
|
||||||
|
|
@ -205,6 +206,7 @@
|
||||||
["] space", "add_newline_below"],
|
["] space", "add_newline_below"],
|
||||||
|
|
||||||
["/", "find"],
|
["/", "find"],
|
||||||
|
["kp_divide", "find"],
|
||||||
["n", "goto_next_match"],
|
["n", "goto_next_match"],
|
||||||
|
|
||||||
["u", "undo"],
|
["u", "undo"],
|
||||||
|
|
@ -385,6 +387,7 @@
|
||||||
|
|
||||||
["N", "extend_search_next"],
|
["N", "extend_search_next"],
|
||||||
["*", "search_selection"],
|
["*", "search_selection"],
|
||||||
|
["kp_multiply", "search_selection"],
|
||||||
|
|
||||||
["r", "replace"],
|
["r", "replace"],
|
||||||
["P", "paste_clipboard_before"],
|
["P", "paste_clipboard_before"],
|
||||||
|
|
@ -500,6 +503,7 @@
|
||||||
["] space", "add_newline_below"],
|
["] space", "add_newline_below"],
|
||||||
|
|
||||||
["/", "find"],
|
["/", "find"],
|
||||||
|
["kp_divide", "find"],
|
||||||
["n", "add_next_match_helix"],
|
["n", "add_next_match_helix"],
|
||||||
|
|
||||||
["u", "undo"],
|
["u", "undo"],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue