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:
parent
5ed6cf8ce8
commit
567b29eb34
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue