diff options
Diffstat (limited to 'files.go')
| -rw-r--r-- | files.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"` } |
