Saner default values in the defaultConfig

This commit is contained in:
Nicolas Martin 2020-10-26 21:02:54 +01:00
parent 858beaf143
commit c5adc8fc2d
No known key found for this signature in database
GPG key ID: 7B4E6623E5DCCC09

View file

@ -13,9 +13,9 @@ import (
)
const defaultConfig = `# style name or JSON path (default "auto")
style: "light"
style: "auto"
# show local files only; no network (TUI-mode only)
local: true
local: false
# word-wrap at width
width: 80`