Adds options for tab bar and tab color reversing (#2480)

* Adds options for tab bar and tab color reversing

* Fixes small bug with tabreverse, options now work fully as expected
This commit is contained in:
Ben Hammond
2022-07-17 12:18:11 -07:00
committed by GitHub
parent fc21fc9816
commit 585dcc7d19
3 changed files with 47 additions and 18 deletions

View 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,
}