Skip to content

Instantly share code, notes, and snippets.

@micaelviana
Created September 28, 2022 14:41
Show Gist options
  • Save micaelviana/cef7cad6564c85dd6ce6dce38a87c7a5 to your computer and use it in GitHub Desktop.
Save micaelviana/cef7cad6564c85dd6ce6dce38a87c7a5 to your computer and use it in GitHub Desktop.
Visual Code - Toggle between terminal and editor focus
/// Toggle between terminal and editor focus
[
{
"key": "ctrl+j",
"command": "workbench.action.terminal.focus",
},
{
"key": "ctrl+k",
"command": "workbench.action.focusActiveEditorGroup",
"when": "terminalFocus"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment