Created
December 6, 2017 10:22
-
-
Save hervehobbes/4d276e59b5e8f6960ea08e548b890d64 to your computer and use it in GitHub Desktop.
Paramétrage de mes raccourcis clavier dans vscode
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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