diff options
author | Wojciech Siewierski <wojciech.siewierski@onet.pl> | 2018-03-04 14:13:55 +0100 |
---|---|---|
committer | Wojciech Siewierski <wojciech.siewierski@onet.pl> | 2018-03-04 14:13:55 +0100 |
commit | 6f8fa8b5ef21792a69066500375b3643c50decfb (patch) | |
tree | a202cb51e8b173b66104536e12bd69ad15a6f936 /doc | |
parent | 7dd423ca506ae0ae46be015d6e1564d2b24ae36a (diff) | |
download | ranger-6f8fa8b5ef21792a69066500375b3643c50decfb.tar.gz |
Add the 'hint_collapse_threshold' that controls when the submaps are collapsed
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ranger.pod | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ranger.pod b/doc/ranger.pod index 523d8d9d..71a9342d 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -791,6 +791,11 @@ this pattern will hide all files that start with a dot or end with a tilde. set hidden_filter ^\.|~$ +=item hint_collapse_threshold [int] + +The key hint lists up to this size have their sublists expanded. +Otherwise the submaps are replaced with "...". + =item idle_delay [integer] The delay that ranger idly waits for user input, in milliseconds, with a |