mirror of
https://github.com/Hopiu/micro.git
synced 2026-05-24 06:03:44 +00:00
Resolve merge conflict with scrollbarchar
This commit is contained in:
parent
ffa7f987b6
commit
5cb9d5eaaf
1 changed files with 1 additions and 3 deletions
|
|
@ -353,12 +353,10 @@ var DefaultGlobalOnlySettings = map[string]interface{}{
|
||||||
"multiopen": "tab",
|
"multiopen": "tab",
|
||||||
"parsecursor": false,
|
"parsecursor": false,
|
||||||
"paste": false,
|
"paste": false,
|
||||||
"savehistory": true,
|
|
||||||
"scrollbarchar": "|",
|
|
||||||
"sucmd": "sudo",
|
|
||||||
"pluginchannels": []string{"https://raw.githubusercontent.com/micro-editor/plugin-channel/master/channel.json"},
|
"pluginchannels": []string{"https://raw.githubusercontent.com/micro-editor/plugin-channel/master/channel.json"},
|
||||||
"pluginrepos": []string{},
|
"pluginrepos": []string{},
|
||||||
"savehistory": true,
|
"savehistory": true,
|
||||||
|
"scrollbarchar": "|",
|
||||||
"sucmd": "sudo",
|
"sucmd": "sudo",
|
||||||
"tabhighlight": false,
|
"tabhighlight": false,
|
||||||
"tabreverse": true,
|
"tabreverse": true,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue