feat(vim): add N vim mode binding for goto_prev_match
This commit is contained in:
parent
2726dc3fb8
commit
eb569157a8
1 changed files with 1 additions and 0 deletions
|
@ -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"],
|
||||
|
|
Loading…
Add table
Reference in a new issue