diff options
author | hut <hut@hut.pm> | 2017-12-20 01:56:47 +0100 |
---|---|---|
committer | hut <hut@hut.pm> | 2017-12-20 01:56:47 +0100 |
commit | 9fb497e90ceb6a66b5944b0f443464b5a28f5be1 (patch) | |
tree | 239db4f1ba1b820d1bf6b0a1fdd60d1c2c83d91b /doc | |
parent | 64f2d2c8538a430d284c9f486d785c108e328a8b (diff) | |
parent | 538986719e81987d7a08aa083757f345fa9acaee (diff) | |
download | ranger-9fb497e90ceb6a66b5944b0f443464b5a28f5be1.tar.gz |
Merge branch 'master' of https://github.com/jgreco/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. |