diff options
author | Stephane Fontaine <stefont@gmail.com> | 2018-02-24 21:10:35 +0400 |
---|---|---|
committer | Stephane Fontaine <stefont@gmail.com> | 2018-02-24 21:10:35 +0400 |
commit | ed4eb4bf282354886e52ae6fa92bf68078edfef6 (patch) | |
tree | b5ded6d408475add270e35521ef7e3f649b17b20 /examples | |
parent | c2b9dd31de649f19805f07f58814d3054d3c9c54 (diff) | |
download | ranger-ed4eb4bf282354886e52ae6fa92bf68078edfef6.tar.gz |
Add new option to disable display of free disk space in statusbar
Fixes #1087 Useful on high-latency filesystems as it avoid calls to statvfs system call which costs: (number of redraw) * latency.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/rc_emacs.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/rc_emacs.conf b/examples/rc_emacs.conf index 26074a42..4743f8a3 100644 --- a/examples/rc_emacs.conf +++ b/examples/rc_emacs.conf @@ -122,6 +122,9 @@ set mouse_enabled true set display_size_in_main_column true set display_size_in_status_bar true +# Display the free disk space in the status bar? +set display_free_space_in_status_bar true + # Display files tags in all columns or only in main column? set display_tags_in_all_columns true |