diff options
author | Christian Rocha <christian@rocha.is> | 2024-08-23 13:23:40 -0400 |
---|---|---|
committer | Christian Rocha <christian@rocha.is> | 2024-08-23 13:25:12 -0400 |
commit | b26341ec7ba0fb434935e877c8b8a4b35ee10cf0 (patch) | |
tree | f740933dfe5ad28b833b1c239485e1c475d2bd65 | |
parent | 736e77dbc66ac95913b77e06095311546e32e2cb (diff) |
docs(readme): pull network stuff from config example
-rw-r--r-- | README.md | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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 ``` |