diff options
-rw-r--r-- | ranger/config/rc.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ranger/config/rc.conf b/ranger/config/rc.conf index 80b79c31..63564946 100644 --- a/ranger/config/rc.conf +++ b/ranger/config/rc.conf @@ -42,6 +42,8 @@ set preview_script ~/.config/ranger/scope.sh set use_preview_script true # Preview images in full color with the external command "w3mimgpreview"? +# This requires the console web browser "w3m" and a supported terminal. +# It has been successfully tested with "xterm" and "urxvt" without tmux. set preview_images false # Use a unicode "..." character to mark cut-off filenames? |