Created
September 4, 2019 02:30
-
-
Save jsjoeio/50cbb0d5a17c7e1acec70fbd7dd8431f to your computer and use it in GitHub Desktop.
egghead - Add a Keyboard Shortcut to Switch Between the Workbench and the Integrated Terminal
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
| [ | |
| { "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