mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-30 03:23:08 +03:00
add commit message controller
This commit is contained in:
@ -430,18 +430,6 @@ func (self *Gui) GetInitialKeybindings() ([]*types.Binding, []*gocui.ViewMouseBi
|
||||
Handler: self.handleCopySelectedSideContextItemToClipboard,
|
||||
Description: self.c.Tr.LcCopyCommitShaToClipboard,
|
||||
},
|
||||
{
|
||||
ViewName: "commitMessage",
|
||||
Key: opts.GetKey(opts.Config.Universal.SubmitEditorText),
|
||||
Modifier: gocui.ModNone,
|
||||
Handler: self.handleCommitConfirm,
|
||||
},
|
||||
{
|
||||
ViewName: "commitMessage",
|
||||
Key: opts.GetKey(opts.Config.Universal.Return),
|
||||
Modifier: gocui.ModNone,
|
||||
Handler: self.handleCommitClose,
|
||||
},
|
||||
{
|
||||
ViewName: "credentials",
|
||||
Key: opts.GetKey(opts.Config.Universal.Confirm),
|
||||
|
Reference in New Issue
Block a user