I normally use vim, but sometimes it's convenient to use Visual Studio 19. I'm trying to keep my keybindings as consistent as possible between the two.
In vim I use ctrl-p
to open a file by typing its name. I switched visual studio to use the vscode keymap defaults to get this behavior (vscode also uses ctrl-p
for searching by filename). However, when using the dropdown list for this search, I'd like to be able to highlight a different item by using ctl-j
and ctrl-k
to move up and down, similar to how fzf works in vim.
Is this a key binding I can set, and if so, what is it called?