Skip to content

Instantly share code, notes, and snippets.

@toy-crane
Created November 30, 2025 03:59
Show Gist options
  • Select an option

  • Save toy-crane/c52abe1ba3eda61d7f8fb738fdbd848b to your computer and use it in GitHub Desktop.

Select an option

Save toy-crane/c52abe1ba3eda61d7f8fb738fdbd848b to your computer and use it in GitHub Desktop.
{
"key": "cmd+q",
"command": "runCommands",
"args": {
"commands": [
"workbench.action.terminal.kill",
"workbench.action.terminal.new",
{
"command": "workbench.action.terminal.sendSequence",
"args": {
"text": "claude\n"
}
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment