about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--ranger/defaults/options.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/ranger/defaults/options.py b/ranger/defaults/options.py
index 39046443..5ce617bc 100644
--- a/ranger/defaults/options.py
+++ b/ranger/defaults/options.py
@@ -40,13 +40,11 @@ hidden_filter = regexp(
 show_hidden = False
 
 # Which script is used to generate file previews?
-preview_script = None
+#preview_script = None
 
 # Ranger ships with scope.sh, a script that calls external programs (see
 # README for dependencies) to preview images, archives, etc.
-# As of now, it's disabled by default because of poor performance.
-# Uncomment this line to enable it:
-#preview_script = relpath_script('scope.sh')
+preview_script = relpath_script('scope.sh')
 
 # Show dotfiles in the bookmark preview box?
 show_hidden_bookmarks = True