mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-08-10 22:42:00 +02:00
remove duplicate secondary MouseWheelUp keybind
This commit is contained in:
@@ -193,12 +193,6 @@ func (self *Gui) GetInitialKeybindings() ([]*types.Binding, []*gocui.ViewMouseBi
|
|||||||
Tooltip: self.c.Tr.OpenCommandLogMenuTooltip,
|
Tooltip: self.c.Tr.OpenCommandLogMenuTooltip,
|
||||||
OpensMenu: true,
|
OpensMenu: true,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
ViewName: "secondary",
|
|
||||||
Key: gocui.MouseWheelUp,
|
|
||||||
Modifier: gocui.ModNone,
|
|
||||||
Handler: self.scrollUpSecondary,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
ViewName: "secondary",
|
ViewName: "secondary",
|
||||||
Key: gocui.MouseWheelDown,
|
Key: gocui.MouseWheelDown,
|
||||||
|
Reference in New Issue
Block a user