diff options
author | Wojciech Siewierski <wojciech.siewierski@onet.pl> | 2018-03-04 14:24:32 +0100 |
---|---|---|
committer | Wojciech Siewierski <wojciech.siewierski@onet.pl> | 2018-03-04 14:24:32 +0100 |
commit | 727fd3aa19b904e6359d76792735fa155015a0ec (patch) | |
tree | 437e8199184ba1375526214573fd8264b9046be9 | |
parent | 9b98c70088a31cfce75f5e560bcac3a351532b24 (diff) | |
download | ranger-727fd3aa19b904e6359d76792735fa155015a0ec.tar.gz |
Update the manpage
-rw-r--r-- | doc/ranger.1 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1 index fca30604..ded6a5d6 100644 --- a/doc/ranger.1 +++ b/doc/ranger.1 @@ -129,7 +129,7 @@ .\" ======================================================================== .\" .IX Title "RANGER 1" -.TH RANGER 1 "ranger-1.9.1" "02/22/2018" "ranger manual" +.TH RANGER 1 "ranger-1.9.1" "03/04/2018" "ranger manual" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -800,6 +800,10 @@ this pattern will hide all files that start with a dot or end with a tilde. .Vb 1 \& set hidden_filter ^\e.|~$ .Ve +.IP "hint_collapse_threshold [int]" 4 +.IX Item "hint_collapse_threshold [int]" +The key hint lists up to this size have their sublists expanded. +Otherwise the submaps are replaced with \*(L"...\*(R". .IP "idle_delay [integer]" 4 .IX Item "idle_delay [integer]" The delay that ranger idly waits for user input, in milliseconds, with a |