]> git.lizzy.rs Git - micro.git/blobdiff - internal/config/settings.go
Adds options for tab bar and tab color reversing (#2480)
[micro.git] / internal / config / settings.go
index ce1f1d4b1c6132f4b401423b1503adb540a5749c..2c23f39b433f970d50654557fa7ac1bea5cea77b 100644 (file)
@@ -335,10 +335,12 @@ var DefaultGlobalOnlySettings = map[string]interface{}{
        "mouse":          true,
        "parsecursor":    false,
        "paste":          false,
-       "savehistory":    true,
-       "sucmd":          "sudo",
        "pluginchannels": []string{"https://raw.githubusercontent.com/micro-editor/plugin-channel/master/channel.json"},
        "pluginrepos":    []string{},
+       "savehistory":    true,
+       "sucmd":          "sudo",
+       "tabhighlight":   false,
+       "tabreverse":     true,
        "xterm":          false,
 }