Visual Code

Helpers

Toggle between editor and terminal

  1. Open Preferences: Open Keyboard Shortcuts (JSON).
  2. Add the following lines:

json { "key": "ctrl+shift+,", "command": "workbench.action.terminal.focus" }, { "key": "ctrl+shift+,", "command": "workbench.action.focusActiveEditorGroup", "when": "terminalFocus" }