Last active
July 5, 2019 13:59
-
-
Save pbroschwitz/2745105861d74ed1bc8f127229ec77b6 to your computer and use it in GitHub Desktop.
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
// keybindings.json | |
// Toggle between terminal and editor focus | |
{ "key": "ctrl+shift+oem_3", "command": "workbench.action.terminal.focus"}, | |
{ "key": "ctrl+shift+oem_3", "command": "workbench.action.focusActiveEditorGroup", "when": "terminalFocus"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment