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"
|
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue