vscode switch terminal keyboard code example
Example 1: shortcut key for switch between editor and terminal vs code
{
"key": "ctrl+j",
"command": "workbench.action.focusActiveEditorGroup",
"when": "!terminalFocus"
},
{
"key": "ctrl+k",
"command": "workbench.action.terminal.focus",
"when": "terminalFocus"
}
Example 2: vs code switch terminal windows
alt + up/down left/right arrows