diff options
author | mark-dawn <albama92@gmail.com> | 2018-02-22 05:23:46 +0100 |
---|---|---|
committer | mark-dawn <albama92@gmail.com> | 2018-05-29 10:06:08 +0200 |
commit | d33cc0ff06f761a1919c9c7508d8c3ffe88364ad (patch) | |
tree | a22bdbff86b0cc7508571e7e88a992fa811fae02 /doc | |
parent | 5bde5d533557968deda1e37db49d9d8650925786 (diff) | |
download | ranger-d33cc0ff06f761a1919c9c7508d8c3ffe88364ad.tar.gz |
Unstretched Image Previews
Implemented a way to obtain unstretched image previews Fixed wording in ranger.pod
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ranger.pod | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/ranger.pod b/doc/ranger.pod index 887f704d..46ca920e 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -244,8 +244,7 @@ To enable this feature, set the option C<preview_images_method> to urxvt-full. =head3 kitty This only works on Kitty. It requires PIL (or pillow) to work. -It is able to automatically work over network, -by switching to a slower transfer method. +Allows remote image previews, for example in an ssh session. To enable this feature, set the option C<preview_images_method> to kitty. |