diff options
author | hut <hut@hut.pm> | 2018-01-28 17:07:06 +0100 |
---|---|---|
committer | hut <hut@hut.pm> | 2018-01-28 17:20:25 +0100 |
commit | 4d12c26397fcc5c8177d87b7f35411f85ae13b1e (patch) | |
tree | 01ef8ddf618ce7d90d86b0c23a23f6235769b938 | |
parent | f03e5acfea07140866dd029bc79e8e5da6780891 (diff) | |
download | ranger-4d12c26397fcc5c8177d87b7f35411f85ae13b1e.tar.gz |
manpage: documented `preview_images_method` setting
@kattrali: please add a distinct entry in the man page for every setting you add
-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 |