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:
@ -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,
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user