Created
July 16, 2020 05:33
-
-
Save jwt625/600138bcb52e9d91b2b9712fdf7360ac to your computer and use it in GitHub Desktop.
key bindings for vs code
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
// Place your key bindings in this file to override the defaults | |
[ | |
{ "key": "ctrl+`", "command": "workbench.action.focusActiveEditorGroup", "when": "terminalFocus" }, | |
{ "key": "ctrl+`", "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