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 11a0ae15..40b80707 100644 --- a/ranger/config/rc.conf +++ b/ranger/config/rc.conf @@ -159,6 +159,10 @@ set xterm_alt_key false # whether to include bookmarks in cd command set cd_bookmarks true +# Avoid previewing files larger than this size, in bytes. Use a value of 0 to +# disable this feature. +set preview_max_size 0 + # =================================================================== # == Local Options # =================================================================== |