diff options
author | GermainZ <germanosz@gmail.com> | 2018-10-14 16:28:27 +0200 |
---|---|---|
committer | GermainZ <germanosz@gmail.com> | 2018-10-14 18:44:32 +0200 |
commit | 6549b810ae108325fd1bf2634e10884c55413bc8 (patch) | |
tree | a722568bfb91641176432eef7c66f37c3113fcbb /doc/ranger.pod | |
parent | 21c2f54a38e4f66060cf9eb95beaaef37cbca580 (diff) | |
download | ranger-6549b810ae108325fd1bf2634e10884c55413bc8.tar.gz |
Add size_in_bytes setting to show all sizes in bytes
Diffstat (limited to 'doc/ranger.pod')
-rw-r--r-- | doc/ranger.pod | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ranger.pod b/doc/ranger.pod index c68e7246..f822df39 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -908,6 +908,10 @@ Otherwise the submaps are replaced with "...". Show hostname in titlebar? +=item size_in_bytes [bool] + +Print file sizes in bytes instead of the default human-readable format. + =item idle_delay [integer] The delay that ranger idly waits for user input, in milliseconds, with a |