Created
October 11, 2023 07:56
-
-
Save Tynael/fb8cb5808519eddb0b0600df1ca9f521 to your computer and use it in GitHub Desktop.
VS Code: Switch between Editor & 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+down", | |
"command": "workbench.action.terminal.focus", | |
}, | |
{ | |
"key": "ctrl+up", | |
"command": "workbench.action.focusActiveEditorGroup", | |
"when": "terminalFocus" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment