mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-30 03:23:08 +03:00
update cheatsheets
This commit is contained in:
@ -52,6 +52,7 @@ func (self *Gui) GetCheatsheetKeybindings() []*types.Binding {
|
||||
self.helpers = helpers.NewStubHelpers()
|
||||
self.State = &GuiRepoState{}
|
||||
self.State.Contexts = self.contextTree()
|
||||
self.State.ContextMgr = NewContextMgr(nil, self, self.State.Contexts)
|
||||
self.resetControllers()
|
||||
bindings, _ := self.GetInitialKeybindings()
|
||||
return bindings
|
||||
|
Reference in New Issue
Block a user