refactor(lazygit): commit bindings
This commit is contained in:
parent
19164d6333
commit
d3ff78b802
1 changed files with 2 additions and 2 deletions
|
@ -120,10 +120,10 @@ keybinding:
|
|||
checkForUpdate: "u"
|
||||
recentRepos: "<enter>"
|
||||
files:
|
||||
commitChanges: "c"
|
||||
commitChanges: "<c-c>"
|
||||
commitChangesWithoutHook: "w" # commit changes without pre-commit hook
|
||||
amendLastCommit: "A"
|
||||
commitChangesWithEditor: "<c-c>"
|
||||
commitChangesWithEditor: "c"
|
||||
ignoreFile: "i"
|
||||
refreshFiles: "r"
|
||||
stashAllChanges: "s"
|
||||
|
|
Loading…
Add table
Reference in a new issue