VSCode navigation keybinding for command picker

Viewed 164

Does anyone know whether there is a keybinding to navigate up and down in VSCode's Command Picker(Ctrl+Shift+P).

VSCode Show All Commands palette

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

1 Answers

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.

enter image description here

Related