Skip to content

Instantly share code, notes, and snippets.

@Tynael
Created October 11, 2023 07:56
Show Gist options
  • Save Tynael/fb8cb5808519eddb0b0600df1ca9f521 to your computer and use it in GitHub Desktop.
Save Tynael/fb8cb5808519eddb0b0600df1ca9f521 to your computer and use it in GitHub Desktop.
VS Code: Switch between Editor & Terminal
[
{
"key": "ctrl+down",
"command": "workbench.action.terminal.focus",
},
{
"key": "ctrl+up",
"command": "workbench.action.focusActiveEditorGroup",
"when": "terminalFocus"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment