summaryrefslogtreecommitdiff
path: root/files.go
diff options
context:
space:
mode:
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"`
}