Created
September 28, 2022 14:41
-
-
Save micaelviana/cef7cad6564c85dd6ce6dce38a87c7a5 to your computer and use it in GitHub Desktop.
Visual Code - Toggle between terminal and editor focus
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
/// Toggle between terminal and editor focus | |
[ | |
{ | |
"key": "ctrl+j", | |
"command": "workbench.action.terminal.focus", | |
}, | |
{ | |
"key": "ctrl+k", | |
"command": "workbench.action.focusActiveEditorGroup", | |
"when": "terminalFocus" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment