Skip to content

Instantly share code, notes, and snippets.

@deybhayden
Created November 4, 2025 15:23
Show Gist options
  • Select an option

  • Save deybhayden/569406f0d74ce1f6482919e0762ed9de to your computer and use it in GitHub Desktop.

Select an option

Save deybhayden/569406f0d74ce1f6482919e0762ed9de to your computer and use it in GitHub Desktop.
[
{
"key": "ctrl+k `",
"args": {
"commands": [
"workbench.action.toggleMaximizedPanel",
"workbench.action.terminal.focus"
]
},
"command": "runCommands"
},
{
"key": "alt+t",
"command": "workbench.action.terminal.focus",
"when": "terminalHasBeenCreated || terminalProcessSupported"
},
{
"key": "alt+e",
"command": "workbench.action.focusActiveEditorGroup"
},
{
"key": "shift+enter",
"command": "workbench.action.terminal.sendSequence",
"args": { "text": "\u001B\u000A" },
"when": "terminalFocus"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment