summaryrefslogtreecommitdiff
path: root/files.go
diff options
context:
space:
mode:
authorT <t@tjp.lol>2025-03-24 21:15:22 -0600
committerT <t@tjp.lol>2025-03-24 21:15:30 -0600
commit52826ae8183a1510c65aa63f5459f94c4d9ad4d7 (patch)
tree0537ae2f79375d5b351e408330155e676fdf4a4a /files.go
parentce6c5364068413fdfb40eca55fb4445e1cd49ff1 (diff)
complete documentation of config options, fix one option name
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 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"`
}