aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/binds.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/binds.go b/config/binds.go
index b219adad..99c4df34 100644
--- a/config/binds.go
+++ b/config/binds.go
@@ -81,6 +81,7 @@ func defaultBindsConfig() *BindingConfig {
// These bindings are not configurable
wizard := NewKeyBindings()
wizard.ExKey = KeyStroke{Key: tcell.KeyCtrlE}
+ wizard.Globals = false
quit, _ := ParseBinding("<C-q>", ":quit<Enter>")
wizard.Add(quit)
return &BindingConfig{