Skip to content

Instantly share code, notes, and snippets.

@alvincrespo
Created March 2, 2018 14:20
Show Gist options
  • Save alvincrespo/51744c7127e2e32f95ce99d12bc4574e to your computer and use it in GitHub Desktop.
Save alvincrespo/51744c7127e2e32f95ce99d12bc4574e to your computer and use it in GitHub Desktop.
Move focus between your editor and integrated terminal in VSCode
[
{
"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