Skip to content

Instantly share code, notes, and snippets.

@toy-crane
Created April 22, 2025 00:28
Show Gist options
  • Save toy-crane/85daa5d7c3394b72f7c2544558a79f19 to your computer and use it in GitHub Desktop.
Save toy-crane/85daa5d7c3394b72f7c2544558a79f19 to your computer and use it in GitHub Desktop.
{
"key": "cmd+enter",
"command": "runCommands",
"args": {
"commands": [
{
"command": "git.stageAll"
},
{
"command": "cursor.generateGitCommitMessage"
},
{
"command": "git.commitAll"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment