diff options
author | hut <hut@lepus.uberspace.de> | 2015-03-18 22:11:01 +0100 |
---|---|---|
committer | hut <hut@lepus.uberspace.de> | 2015-03-18 22:11:01 +0100 |
commit | 7993ed4b19d57cfda0a22426cb0c3bcf88232bc3 (patch) | |
tree | e89c6830699621306e70ddbfb988efde43c842f8 /doc/ranger.1 | |
parent | 9a879332d96e36fc348053cc0d23f03de73a2ed2 (diff) | |
parent | 7e85001052e4398f71e50e731899800106d2eefd (diff) | |
download | ranger-7993ed4b19d57cfda0a22426cb0c3bcf88232bc3.tar.gz |
Merge branch 'add-iterm2-image-preview-support' of git://github.com/kattrali/ranger
Diffstat (limited to 'doc/ranger.1')
-rw-r--r-- | doc/ranger.1 | 21 |
1 files changed, 17 insertions, 4 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1 index 42b32f70..3ba4fe4e 100644 --- a/doc/ranger.1 +++ b/doc/ranger.1 @@ -263,12 +263,25 @@ Install these programs (just the ones you need) and scope.sh will automatically use them. .PP Independently of the preview script, there is a feature to preview images -by drawing them directly into the terminal. This does not work over ssh, -requires certain terminals (tested on \*(L"xterm\*(R" and \*(L"urxvt\*(R") and is incompatible -with tmux, although it works with screen. +by drawing them directly into the terminal. To enable this feature, set the +option \f(CW\*(C`preview_images\*(C'\fR to true and enable one of the image preview modes: +.PP +\fIw3m\fR +.IX Subsection "w3m" +.PP +This does not work over ssh, requires certain terminals (tested on \*(L"xterm\*(R" and +\&\*(L"urxvt\*(R") and is incompatible with tmux, although it works with screen. .PP To enable this feature, install the program \*(L"w3m\*(R" and set the option -\&\f(CW\*(C`preview_images\*(C'\fR to true. +\&\f(CW\*(C`preview_images_method\*(C'\fR to w3m. +.PP +\fIiTerm2\fR +.IX Subsection "iTerm2" +.PP +This only works in iTerm2 compiled with image preview support, but works over +ssh. +.PP +To enable this feature, set the option \f(CW\*(C`preview_images_method\*(C'\fR to iterm2. .SS "\s-1SELECTION\s0" .IX Subsection "SELECTION" The \fIselection\fR is defined as \*(L"All marked files \s-1IF THERE ARE ANY,\s0 otherwise |