diff --git a/.config/lazygit/config.yml b/.config/lazygit/config.yml index 7023c945..d45d93fc 100644 --- a/.config/lazygit/config.yml +++ b/.config/lazygit/config.yml @@ -120,10 +120,10 @@ keybinding: checkForUpdate: "u" recentRepos: "" files: - commitChanges: "c" + commitChanges: "" commitChangesWithoutHook: "w" # commit changes without pre-commit hook amendLastCommit: "A" - commitChangesWithEditor: "" + commitChangesWithEditor: "c" ignoreFile: "i" refreshFiles: "r" stashAllChanges: "s"