diff options
-rw-r--r-- | doc/ranger.1 | 4 | ||||
-rw-r--r-- | doc/ranger.pod | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1 index 0093d9d2..5a17577a 100644 --- a/doc/ranger.1 +++ b/doc/ranger.1 @@ -863,6 +863,10 @@ Preview files in the preview column? .IP "preview_images [bool]" 4 .IX Item "preview_images [bool]" Draw images inside the console with the external program w3mimgpreview? +.IP "preview_images_method [string]" 4 +.IX Item "preview_images_method [string]" +Set the preview image method. Supported methods: w3m, iterm2, urxvt, +urxvt-full, terminology. See \fI\s-1PREVIEWS\s0\fR section. .IP "preview_max_size [int]" 4 .IX Item "preview_max_size [int]" Avoid previewing files that exceed a certain size, in bytes. Use a value of 0 diff --git a/doc/ranger.pod b/doc/ranger.pod index 3d31fe04..fac0d515 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -864,6 +864,11 @@ Preview files in the preview column? Draw images inside the console with the external program w3mimgpreview? +=item preview_images_method [string] + +Set the preview image method. Supported methods: w3m, iterm2, urxvt, +urxvt-full, terminology. See I<PREVIEWS> section. + =item preview_max_size [int] Avoid previewing files that exceed a certain size, in bytes. Use a value of 0 |