mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-31 14:24:25 +03:00
add global controller
This commit is contained in:
@ -1365,6 +1365,7 @@ func (gui *Gui) GetInitialKeybindings() []*types.Binding {
|
||||
for _, controller := range []types.IController{
|
||||
gui.Controllers.Sync,
|
||||
gui.Controllers.Undo,
|
||||
gui.Controllers.Global,
|
||||
} {
|
||||
context := controller.Context()
|
||||
viewName := ""
|
||||
|
Reference in New Issue
Block a user