refactor(lazygit): commit bindings

This commit is contained in:
Sergio Laín 2025-06-08 21:29:56 +02:00
parent 19164d6333
commit d3ff78b802
No known key found for this signature in database
GPG key ID: 51BB28D8B42FB438

View file

@ -120,10 +120,10 @@ keybinding:
checkForUpdate: "u" checkForUpdate: "u"
recentRepos: "<enter>" recentRepos: "<enter>"
files: files:
commitChanges: "c" commitChanges: "<c-c>"
commitChangesWithoutHook: "w" # commit changes without pre-commit hook commitChangesWithoutHook: "w" # commit changes without pre-commit hook
amendLastCommit: "A" amendLastCommit: "A"
commitChangesWithEditor: "<c-c>" commitChangesWithEditor: "c"
ignoreFile: "i" ignoreFile: "i"
refreshFiles: "r" refreshFiles: "r"
stashAllChanges: "s" stashAllChanges: "s"