diff --git a/pkg/config/app_config.go b/pkg/config/app_config.go index 9c0ad474..0732d26a 100644 --- a/pkg/config/app_config.go +++ b/pkg/config/app_config.go @@ -90,7 +90,7 @@ type GuiConfig struct { // IgnoreMouseEvents is for when you do not want to use your mouse to interact // with anything - IgnoreMouseEvents bool `yaml:"mouseEvents,omitempty"` + IgnoreMouseEvents bool `yaml:"ignoreMouseEvents,omitempty"` // Theme determines what colors and color attributes your panel borders have. // I always set inactiveBorderColor to black because in my terminal it's more