diff options
author | hut <hut@hut.pm> | 2018-01-28 17:03:53 +0100 |
---|---|---|
committer | hut <hut@hut.pm> | 2018-01-28 17:20:03 +0100 |
commit | f03e5acfea07140866dd029bc79e8e5da6780891 (patch) | |
tree | 9ee64f30982d7df2afde97dec460d636991188ca | |
parent | 248ed6bcc70c120c0a8202502989842148ae51a4 (diff) | |
download | ranger-f03e5acfea07140866dd029bc79e8e5da6780891.tar.gz |
manpage: documented `open_all_images` setting
@hut: please document your settings in the man page too next time ;)
-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 c8e3fe32..0093d9d2 100644 --- a/doc/ranger.1 +++ b/doc/ranger.1 @@ -845,6 +845,10 @@ Start line numbers from 1. Possible values are: \& false start line numbers from 0 \& true start line numbers from 1 .Ve +.IP "open_all_images [bool]" 4 +.IX Item "open_all_images [bool]" +Open all images in this directory when running certain image viewers like feh +or sxiv? You can still open selected files by marking them. .IP "padding_right [bool]" 4 .IX Item "padding_right [bool]" When collapse_preview is on and there is no preview, should there remain a diff --git a/doc/ranger.pod b/doc/ranger.pod index cb1062cf..3d31fe04 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -841,6 +841,11 @@ Start line numbers from 1. Possible values are: false start line numbers from 0 true start line numbers from 1 +=item open_all_images [bool] + +Open all images in this directory when running certain image viewers like feh +or sxiv? You can still open selected files by marking them. + =item padding_right [bool] When collapse_preview is on and there is no preview, should there remain a |