Answers for "vscode switch focus from terminal to editor"

15

vscode change focus to terminal

// Toggle between terminal and editor focus
{ "key": "ctrl+`", "command": "workbench.action.terminal.focus"},
{ "key": "ctrl+`", "command": "workbench.action.focusActiveEditorGroup", "when": "terminalFocus"}
Posted by: Guest on December-19-2019
0

vs code switch focus from interactive to editor

CTRL + 1/2
Posted by: Guest on October-19-2021

Code answers related to "vscode switch focus from terminal to editor"

Browse Popular Code Answers by Language