Answers for "vsxode switch to terminal shortcut"

0

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"
}
Posted by: Guest on October-27-2021
0

switch terminal in vs code

Move to previous terminal - Ctrl+PageUp (macOS Cmd+Shift+])
Move to next terminal - Ctrl+PageDown (macOS Cmd+shift+[)
Posted by: Guest on October-21-2021

Code answers related to "vsxode switch to terminal shortcut"

Browse Popular Code Answers by Language