Skip to content

Instantly share code, notes, and snippets.

@filipebraida
Created January 8, 2020 18:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save filipebraida/c5bba2c92f5d3cb4237907fabf2be0ff to your computer and use it in GitHub Desktop.
Save filipebraida/c5bba2c92f5d3cb4237907fabf2be0ff to your computer and use it in GitHub Desktop.
VSCode Shortcuts
// Place your key bindings in this file to override the defaults
[
// 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