diff options
author | toonn <toonn@toonn.io> | 2018-05-09 00:02:40 +0200 |
---|---|---|
committer | toonn <toonn@toonn.io> | 2018-05-09 00:02:40 +0200 |
commit | 2d402b80ae22b7da8ef430a93f4755eec63c679d (patch) | |
tree | f2b012342c51efbae36dab3c0667b5226cb87006 /doc | |
parent | ea943048d453bff900d310110ac7227bcc126683 (diff) | |
parent | ed4eb4bf282354886e52ae6fa92bf68078edfef6 (diff) | |
download | ranger-2d402b80ae22b7da8ef430a93f4755eec63c679d.tar.gz |
Merge branch 'custom_free_space'
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ranger.1 | 3 | ||||
-rw-r--r-- | doc/ranger.pod | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1 index 6358e1d6..c48f73d9 100644 --- a/doc/ranger.1 +++ b/doc/ranger.1 @@ -766,6 +766,9 @@ Display the file size in the main column? Display the file size in the status bar? .IP "display_tags_in_all_columns [bool]" 4 .IX Item "display_tags_in_all_columns [bool]" +Display the free disk space in the status bar? +.IP "display_free_space_in_status_bar [bool]" 4 +.IX Item "display_free_space_in_status_bar [bool]" Display tags in all columns? .IP "draw_borders [bool]" 4 .IX Item "draw_borders [bool]" diff --git a/doc/ranger.pod b/doc/ranger.pod index 9fb4cf0d..d36db622 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -752,6 +752,10 @@ Display the file size in the main column? Display the file size in the status bar? +=item display_free_space_in_status_bar [bool] + +Display the free disk space in the status bar? + =item display_tags_in_all_columns [bool] Display tags in all columns? |