more refactoring

This commit is contained in:
Jesse Duffield 2022-02-05 14:42:56 +11:00
parent 8e3484d8e9
commit 482bdc4f1e
30 changed files with 372 additions and 227 deletions

View file

@ -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.GetInitialKeybindings()
type contextAndViewType struct {
subtitle string