diff options
author | hut <hut@hut.pm> | 2018-05-13 21:37:16 +0200 |
---|---|---|
committer | hut <hut@hut.pm> | 2018-05-13 21:37:16 +0200 |
commit | bed6df84d4513bee939bc4ec7c3e3684c62b53b8 (patch) | |
tree | febcfd7f924a053f3cc4a13548343d77de3f6da6 | |
parent | 2d402b80ae22b7da8ef430a93f4755eec63c679d (diff) | |
download | ranger-bed6df84d4513bee939bc4ec7c3e3684c62b53b8.tar.gz |
rc.conf: document `freeze_files` setting
-rw-r--r-- | ranger/config/rc.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ranger/config/rc.conf b/ranger/config/rc.conf index 00dc02f8..56f1381a 100644 --- a/ranger/config/rc.conf +++ b/ranger/config/rc.conf @@ -257,6 +257,10 @@ set wrap_scroll false # directories, files and symlinks respectively. set global_inode_type_filter +# This setting allows to freeze the list of files to save I/O bandwidth. It +# should be 'false' during start-up, but you can toggle it by pressing F. +set freeze_files false + # =================================================================== # == Local Options # =================================================================== |