mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-06-25 00:46:54 +02:00
start breaking up git struct
This commit is contained in:
@ -743,8 +743,8 @@ func (gui *Gui) GetInitialKeybindings() []*Binding {
|
||||
ViewName: "commits",
|
||||
Contexts: []string{string(BRANCH_COMMITS_CONTEXT_KEY)},
|
||||
Key: gui.getKey(config.Commits.RenameCommit),
|
||||
Handler: gui.handleRenameCommit,
|
||||
Description: gui.Tr.LcRenameCommit,
|
||||
Handler: gui.handleRewordCommit,
|
||||
Description: gui.Tr.LcRewordCommit,
|
||||
},
|
||||
{
|
||||
ViewName: "commits",
|
||||
|
Reference in New Issue
Block a user