diff options
author | Jon Anderson <jon.david.anderson@gmail.com> | 2018-01-27 15:41:20 -0800 |
---|---|---|
committer | Jon Anderson <jon.david.anderson@gmail.com> | 2018-01-27 15:41:20 -0800 |
commit | ddcc469fe636cb13b8b44824a18fc5deb24084e2 (patch) | |
tree | f41d8608d5418ada7db54369d400c59e12e0d45d /doc | |
parent | 623e603481b2516e48c9949218e115968f42c37c (diff) | |
parent | 3249d125d36fccf1aee75da6682f5ca5bec64754 (diff) | |
download | ranger-ddcc469fe636cb13b8b44824a18fc5deb24084e2.tar.gz |
Merge branch 'master' of github.com:chronzerg/ranger
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ranger.1 | 4 | ||||
-rw-r--r-- | doc/ranger.pod | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1 index 50b83bdf..bb7114a2 100644 --- a/doc/ranger.1 +++ b/doc/ranger.1 @@ -296,6 +296,10 @@ ssh. .PP To enable this feature, set the option \f(CW\*(C`preview_images_method\*(C'\fR to iterm2. .PP +This feature relies on the dimensions of the terminal's font. By default, a +width of 8 and height of 11 are used. To use other values, set the options +\&\f(CW\*(C`iterm2_font_width\*(C'\fR and \f(CW\*(C`iterm2_font_height\*(C'\fR to the desired values. +.PP \fIurxvt\fR .IX Subsection "urxvt" .PP diff --git a/doc/ranger.pod b/doc/ranger.pod index 310ab1fd..43926f46 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -201,6 +201,10 @@ ssh. To enable this feature, set the option C<preview_images_method> to iterm2. +This feature relies on the dimensions of the terminal's font. By default, a +width of 8 and height of 11 are used. To use other values, set the options +C<iterm2_font_width> and C<iterm2_font_height> to the desired values. + =head3 urxvt This only works in urxvt compiled with pixbuf support. Does not work over ssh. |