diff options
-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 # =================================================================== |