summaryrefslogtreecommitdiff
path: root/files.go
diff options
context:
space:
mode:
authortjp <tjp@ctrl-c.club>2024-01-09 07:54:47 -0700
committertjp <tjp@ctrl-c.club>2024-01-09 07:54:47 -0700
commit6e0ed2c347f8da8df8e30b920e14968b7240d8ee (patch)
tree09001867d198a172c666ed5a11ee9184e98d8100 /files.go
parent68560ea8622e31ee720193440144976cda78bec3 (diff)
default soft_wrap to 100
Diffstat (limited to 'files.go')
-rw-r--r--files.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/files.go b/files.go
index f9be89a..5ddf53b 100644
--- a/files.go
+++ b/files.go
@@ -44,7 +44,7 @@ func getConfig() (*Config, error) {
ConfigMain{
VimKeys: true,
DefaultScheme: "gemini",
- SoftWrap: 80,
+ SoftWrap: 100,
DownloadFolder: home,
Quiet: false,
Pager: "auto",