From d3ff78b8025043a09d9f8fb0567b22d32533bcc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sun, 8 Jun 2025 21:29:56 +0200 Subject: [PATCH] refactor(lazygit): commit bindings --- .config/lazygit/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"