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
This commit is contained in:
Sergio Laín 2025-06-23 02:24:18 +02:00
parent 5ed6cf8ce8
commit 567b29eb34
No known key found for this signature in database
GPG key ID: 51BB28D8B42FB438

View file

@ -150,8 +150,8 @@ keybinding:
fetchRemote: "f" fetchRemote: "f"
commits: commits:
squashDown: "s" squashDown: "s"
renameCommit: "r" renameCommit: "R"
renameCommitWithEditor: "R" renameCommitWithEditor: "r"
viewResetOptions: "g" viewResetOptions: "g"
markCommitAsFixup: "f" markCommitAsFixup: "f"
createFixupCommit: "F" # create fixup commit for this commit createFixupCommit: "F" # create fixup commit for this commit