Skip to content

Instantly share code, notes, and snippets.

@leobalter
Last active March 17, 2021 00:35
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leobalter/27ba279f9dedf931caf24e8f1dcb777e to your computer and use it in GitHub Desktop.
Save leobalter/27ba279f9dedf931caf24e8f1dcb777e to your computer and use it in GitHub Desktop.
VSCode terminal focus on off
[
{
"key": "cmd+j",
"command": "workbench.action.terminal.focus"
},
{
"key": "cmd+j",
"command": "workbench.action.focusActiveEditorGroup",
"when": "terminalFocus"
},
{
"key": "ctrl+j",
"command": "workbench.action.togglePanel"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment