Last active
December 3, 2020 18:57
-
-
Save NickyMeuleman/4d18cfaf47aa661aab845dbded9ac255 to your computer and use it in GitHub Desktop.
Use one keyboard shortcut to toggle focussing the terminal in 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
[ | |
{ | |
"key": "ctrl+shift+`", | |
"command": "terminal.focus", | |
"when": "!terminalFocus" | |
}, | |
{ | |
"key": "ctrl+shift+`", | |
"command": "workbench.action.focusActiveEditorGroup", | |
"when": "terminalFocus" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment