Skip to content

Instantly share code, notes, and snippets.

@jeroensmink98
Created October 3, 2025 11:51
Show Gist options
  • Save jeroensmink98/ecdb80cdee68bb564fe87d4a6ef31b26 to your computer and use it in GitHub Desktop.
Save jeroensmink98/ecdb80cdee68bb564fe87d4a6ef31b26 to your computer and use it in GitHub Desktop.
Cursor auto stage, commit and push
[
{
"key": "cmd+g",
"command": "runCommands",
"args": {
"commands": [
{
"command": "git.stageAll"
},
{
"command": "cursor.generateGitCommitMessage"
},
{
"command": "git.commitAll"
},
{
"command": "git.sync"
}
]
}
},
{
"key": "cmd+t",
"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