From 52826ae8183a1510c65aa63f5459f94c4d9ad4d7 Mon Sep 17 00:00:00 2001 From: T Date: Mon, 24 Mar 2025 21:15:22 -0600 Subject: complete documentation of config options, fix one option name --- files.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files.go') diff --git a/files.go b/files.go index f0b1ed2..da66cec 100644 --- a/files.go +++ b/files.go @@ -23,7 +23,7 @@ type ConfigMain struct { VimKeys bool `toml:"vim_keys"` Quiet bool `toml:"quiet"` Pager string `toml:"pager"` - Timeout duration `toml:"duration"` + Timeout duration `toml:"timeout"` SavedHistoryDepth int `toml:"saved_history_depth"` } -- cgit v1.2.3