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 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 |