Created
March 27, 2019 00:22
-
-
Save marioharper/d29e39faf629f695233b06d9facf2317 to your computer and use it in GitHub Desktop.
vscode keybindings
This file contains 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
[ | |
// Toggle between terminal and editor focus | |
{ "key": "ctrl+`", "command": "workbench.action.terminal.focus" }, | |
{ | |
"key": "ctrl+`", | |
"command": "workbench.action.focusActiveEditorGroup", | |
"when": "terminalFocus" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment