feat(vim): add N vim mode binding for goto_prev_match

This commit is contained in:
CJ van den Berg 2025-02-20 20:48:08 +01:00
parent 2726dc3fb8
commit eb569157a8
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -40,6 +40,7 @@
["V", ["enter_mode", "visual line"], ["select_line_vim"]],
["n", "goto_next_match"],
["N", "goto_prev_match"],
["0", "move_begin"],
["^", "smart_move_begin"],
["$", "move_end"],