From b26341ec7ba0fb434935e877c8b8a4b35ee10cf0 Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Fri, 23 Aug 2024 13:23:40 -0400 Subject: [PATCH] docs(readme): pull network stuff from config example --- README.md | 6 ++---- 1 file 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 ```