Skip to content

Instantly share code, notes, and snippets.

@edgarrmondragon
Created February 14, 2019 02:06
Show Gist options
  • Save edgarrmondragon/ed71725efaa7f8725b89b78a56dc88c9 to your computer and use it in GitHub Desktop.
Save edgarrmondragon/ed71725efaa7f8725b89b78a56dc88c9 to your computer and use it in GitHub Desktop.
Some VS Code tricks

Toggle terminal/editor with Ctrl+Alt+[SemiColon]

[
    {
        "key": "ctrl+alt+[SemiColon]",
        "command": "workbench.action.terminal.focus"
    },
    {
        "key": "ctrl+alt+[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