diff options
author | Wojciech Siewierski <wojciech.siewierski@onet.pl> | 2016-10-05 23:58:31 +0200 |
---|---|---|
committer | Wojciech Siewierski <wojciech.siewierski@onet.pl> | 2016-10-05 23:58:31 +0200 |
commit | 9b73aeb590066121ab4c80681c2b54be1c65d4bc (patch) | |
tree | 142890799995ba8ba107a3caaafa3b15afabfc4b /examples | |
parent | 58e6da694cdf6a1f6f78ae40cfaecdd630df65a7 (diff) | |
download | ranger-9b73aeb590066121ab4c80681c2b54be1c65d4bc.tar.gz |
Implement the urxvt-based image previews
Diffstat (limited to 'examples')
-rw-r--r-- | examples/rc_emacs.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/rc_emacs.conf b/examples/rc_emacs.conf index 39a6d654..7a183c75 100644 --- a/examples/rc_emacs.conf +++ b/examples/rc_emacs.conf @@ -73,6 +73,14 @@ set preview_images false # Preview images in full color using iTerm2 image previews # (http://iterm2.com/images.html). This requires using iTerm2 compiled # with image preview support. +# +# * urxvt: +# Preview images in full color using urxvt image backgrounds. This +# requires using urxvt compiled with pixbuf support. +# +# * urxvt-fs: +# The same as urxvt but utilizing not only the preview pane but the +# whole terminal window. set preview_images_method w3m # Use a unicode "..." character to mark cut-off filenames? |