From 567b29eb341bb69dbbaf11406074f89839fa0c96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Mon, 23 Jun 2025 02:24:18 +0200 Subject: [PATCH] feat(lazygit): change bindings for rewording a commit r -> open with $editor R -> reword with lazygit menu It was the other way around before. I prefer using neovim --- .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 d45d93fc..47f361d5 100644 --- a/.config/lazygit/config.yml +++ b/.config/lazygit/config.yml @@ -150,8 +150,8 @@ keybinding: fetchRemote: "f" commits: squashDown: "s" - renameCommit: "r" - renameCommitWithEditor: "R" + renameCommit: "R" + renameCommitWithEditor: "r" viewResetOptions: "g" markCommitAsFixup: "f" createFixupCommit: "F" # create fixup commit for this commit