it'd be nice to support vim keybinds in `search`, especially since there's already similar keybinds. Currently, keybinds in search are: - up and down arrow for changing active selection in the search results - left and right arrow for changing cursor in the search query new keybinds when `keybindings: ['vim']` would include: - `<esc>` to enter a "normal mode" - `j` and `k` for up/down arrow functionality when in normal mode - `h`, `l`, `b`, `e` for changing cursor in the search query when in normal mode - `gg` and `G` (see #1899) also for changing active selection in the search results when in normal mode - `a`, `i`, and `c` support in normal mode for interaction with search query
it'd be nice to support vim keybinds in
search, especially since there's already similar keybinds.Currently, keybinds in search are:
new keybinds when
keybindings: ['vim']would include:<esc>to enter a "normal mode"jandkfor up/down arrow functionality when in normal modeh,l,b,efor changing cursor in the search query when in normal modeggandG(see vimggandGsupport #1899) also for changing active selection in the search results when in normal modea,i, andcsupport in normal mode for interaction with search query