Created
April 30, 2020 02:25
-
-
Save StuffbyYuki/399a4ea64882fcfed68e3396d2ab329e to your computer and use it in GitHub Desktop.
VScode - Keybindings, shortcut to toggle between editor and 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
// 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