1
0
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:
Jesse Duffield
2022-02-05 11:00:57 +11:00
parent 226985bf76
commit 8e3484d8e9
5 changed files with 79 additions and 43 deletions

View File

@ -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 := ""