Skip to content

Instantly share code, notes, and snippets.

@limbofeather
Last active January 19, 2021 17:07
Show Gist options
  • Select an option

  • Save limbofeather/c0dc38d152a668adeada8f591a470d81 to your computer and use it in GitHub Desktop.

Select an option

Save limbofeather/c0dc38d152a668adeada8f591a470d81 to your computer and use it in GitHub Desktop.
vscode keyboard shortcuts
// 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