Last active
January 19, 2021 17:07
-
-
Save limbofeather/c0dc38d152a668adeada8f591a470d81 to your computer and use it in GitHub Desktop.
vscode keyboard shortcuts
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+`", "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