Answers for "visual studio code terminal window shortcut back"

6

visual studio code terminal window shortcut back

// 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

Code answers related to "visual studio code terminal window shortcut back"

Browse Popular Code Answers by Language