Visual Code
Helpers
Toggle between editor and terminal
- Open
Preferences: Open Keyboard Shortcuts (JSON)
. - Add the following lines:
json
{ "key": "ctrl+shift+,", "command": "workbench.action.terminal.focus" },
{ "key": "ctrl+shift+,", "command": "workbench.action.focusActiveEditorGroup", "when": "terminalFocus" }