diff --git a/src/keybind/builtin/vim.json b/src/keybind/builtin/vim.json index 3871c22..12ad456 100644 --- a/src/keybind/builtin/vim.json +++ b/src/keybind/builtin/vim.json @@ -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"],