diff options
author | hut <hut@lavabit.com> | 2013-02-21 22:11:28 +0100 |
---|---|---|
committer | hut <hut@lavabit.com> | 2013-02-21 22:11:28 +0100 |
commit | a4ce044ec21a666a9f07db1033f73703a5ea7df0 (patch) | |
tree | 21b2d8e6c8408d80eb5697124a35aff39858fe32 | |
parent | 9d5f7c988c71d583797e949cd39b74a137ff8598 (diff) | |
download | ranger-a4ce044ec21a666a9f07db1033f73703a5ea7df0.tar.gz |
config/rc.conf: added comment to "preview_images" setting
-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? |