mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-30 03:23:08 +03:00
fix cheatsheet crash
This commit is contained in:
@ -124,7 +124,7 @@ func formatBinding(binding *types.Binding) string {
|
||||
func getBindingSections(mApp *app.App) []*bindingSection {
|
||||
bindingSections := []*bindingSection{}
|
||||
|
||||
bindings, _ := mApp.Gui.GetInitialKeybindings()
|
||||
bindings := mApp.Gui.GetCheatsheetKeybindings()
|
||||
|
||||
type contextAndViewType struct {
|
||||
subtitle string
|
||||
|
Reference in New Issue
Block a user