Answers for "shortcut key for switch between editor and terminal vs code"

0

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"
}
Posted by: Guest on May-02-2020

Code answers related to "shortcut key for switch between editor and terminal vs code"

Code answers related to "Javascript"

Browse Popular Code Answers by Language