1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-30 03:23:08 +03:00

allow rewording old commits

This commit is contained in:
Jesse Duffield
2022-01-09 13:36:07 +11:00
parent ee15202207
commit 0dfd02c42d
9 changed files with 61 additions and 71 deletions

View File

@ -750,7 +750,7 @@ func (gui *Gui) GetInitialKeybindings() []*Binding {
ViewName: "commits",
Contexts: []string{string(BRANCH_COMMITS_CONTEXT_KEY)},
Key: gui.getKey(config.Commits.RenameCommitWithEditor),
Handler: gui.handleRenameCommitEditor,
Handler: gui.handleRewordCommitEditor,
Description: gui.Tr.LcRenameCommitEditor,
},
{