fix: add helix keybinds for kp_multiply and kp_divide

This commit is contained in:
CJ van den Berg 2025-12-15 15:34:16 +01:00
parent cb8e4cb988
commit 8546c6ca14
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -97,6 +97,7 @@
["?", "rfind"],
["N", "goto_prev_match"],
["*", "search_selection"],
["kp_multiply", "search_selection"],
["~", "switch_case"],
["`", "to_lower"],
@ -205,6 +206,7 @@
["] space", "add_newline_below"],
["/", "find"],
["kp_divide", "find"],
["n", "goto_next_match"],
["u", "undo"],
@ -385,6 +387,7 @@
["N", "extend_search_next"],
["*", "search_selection"],
["kp_multiply", "search_selection"],
["r", "replace"],
["P", "paste_clipboard_before"],
@ -500,6 +503,7 @@
["] space", "add_newline_below"],
["/", "find"],
["kp_divide", "find"],
["n", "add_next_match_helix"],
["u", "undo"],