Skip to content

Instantly share code, notes, and snippets.

@deybhayden
Last active December 17, 2025 14:09
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"
},
{
"key": "ctrl+k k",
"command": "claude-vscode.editor.open",
"when": "!config.claudeCode.useTerminal"
},
{
"key": "ctrl+shift+escape",
"command": "-claude-vscode.editor.open",
"when": "!config.claudeCode.useTerminal"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment