summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Rocha <christian@rocha.is>2024-08-23 13:23:40 -0400
committerChristian Rocha <christian@rocha.is>2024-08-23 13:25:12 -0400
commitb26341ec7ba0fb434935e877c8b8a4b35ee10cf0 (patch)
treef740933dfe5ad28b833b1c239485e1c475d2bd65
parent736e77dbc66ac95913b77e06095311546e32e2cb (diff)
docs(readme): pull network stuff from config example
-rw-r--r--README.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/README.md b/README.md
index 0a24e4e..58d7654 100644
--- a/README.md
+++ b/README.md
@@ -176,13 +176,11 @@ Here's an example config:
```yaml
# style name or JSON path (default "auto")
style: "light"
-# show local files only; no network (TUI-mode only)
-local: true
-# mouse support (TUI-mode only)
+# mouse wheel support (TUI-mode only)
mouse: true
# use pager to display markdown
pager: true
-# word-wrap at width
+# at which column should we word wrap?
width: 80
```