Skip to content

Instantly share code, notes, and snippets.

@henriksommerfeld
Last active August 1, 2020 08:12
Show Gist options
  • Save henriksommerfeld/4e710caae15167793eec04b474a80077 to your computer and use it in GitHub Desktop.
Save henriksommerfeld/4e710caae15167793eec04b474a80077 to your computer and use it in GitHub Desktop.
Toggling integrated terminal in VS Code with ⌘+ö
{
"key": "cmd+[Semicolon]",
"command": "workbench.action.terminal.focus",
"when": "!terminalFocus"
},
{
"key": "cmd+[Semicolon]",
"command": "workbench.action.focusActiveEditorGroup",
"when": "terminalFocus"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment