mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-12-01 22:52:01 +02: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