Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

vs code shortcut for switching to terminal to editor

{
  "key": "ctrl+j",
  "command": "workbench.action.focusActiveEditorGroup",
  "when": "!terminalFocus"
},
{
  "key": "ctrl+k",
  "command": "workbench.action.terminal.focus",
  "when": "terminalFocus"
}
Source by superuser.com #
 
PREVIOUS NEXT
Tagged: #code #shortcut #switching #terminal #editor
ADD COMMENT
Topic
Name
1+6 =