Created
April 22, 2025 00:28
-
-
Save toy-crane/85daa5d7c3394b72f7c2544558a79f19 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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