Does anyone know whether there is a keybinding to navigate up and down in VSCode's Command Picker(Ctrl+Shift+P).
I can navigate using the up arrow and down arrow buttons, but I want to bind up and down to ctrl+i, ctrl+j.
There seems like navigation keybinding for QuickOpen workbench.action.quickOpenNavigateNext
but I can't find one for Show All Commands palette
I've managed to solve this by changing the Navigate Previous in Quick Open
and Navigate Next in Quick Open
to your choice of keys respectively.