mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-31 14:24:25 +03:00
working again
This commit is contained in:
@ -1348,7 +1348,7 @@ func (gui *Gui) GetInitialKeybindings() ([]*types.Binding, []*gocui.ViewMouseBin
|
||||
}
|
||||
|
||||
mouseKeybindings := []*gocui.ViewMouseBinding{}
|
||||
for _, c := range gui.allContexts() {
|
||||
for _, c := range gui.State.Contexts.Flatten() {
|
||||
viewName := c.GetViewName()
|
||||
contextKey := c.GetKey()
|
||||
for _, binding := range c.GetKeybindings(keybindingsOpts) {
|
||||
|
Reference in New Issue
Block a user