I'm trying to figure out how to assign the CMD(ctrl on pc)+NUMBER behavior in CODE to navigate tabs. Like Chrome or many others...
Can't seem to find anything on the subject.
Would appreciate being pointed in the right direction.
Thanks!
All keybindings in VS Code can be edited and configured the way you want. The command you want to rebind has the name workbench.action.openEditorAtIndex1
and goes until workbench.action.openEditorAtIndex9
for all the possible indexes you can jump to via keyboard.
{ "key": "Cmd+1", "command": "workbench.action.openEditorAtIndex1" }
entryIf you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With