Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save StuffbyYuki/399a4ea64882fcfed68e3396d2ab329e to your computer and use it in GitHub Desktop.
Save StuffbyYuki/399a4ea64882fcfed68e3396d2ab329e to your computer and use it in GitHub Desktop.
VScode - Keybindings, shortcut to toggle between editor and terminal
// 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