Skip to content

Instantly share code, notes, and snippets.

@hervehobbes
Created December 6, 2017 10:22
Show Gist options
  • Save hervehobbes/4d276e59b5e8f6960ea08e548b890d64 to your computer and use it in GitHub Desktop.
Save hervehobbes/4d276e59b5e8f6960ea08e548b890d64 to your computer and use it in GitHub Desktop.
Paramétrage de mes raccourcis clavier dans vscode
// Placez vos combinaisons de touches dans ce fichier pour remplacer les valeurs par défaut
[
{ "key": "ctrl+1", "command": "workbench.action.focusActiveEditorGroup", "when": "terminalFocus" },
{ "key": "ctrl+2", "command": "workbench.action.terminal.focus", "when": "!terminalFocus" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment