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"
|
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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue