diff options
author | bptato <nincsnevem662@gmail.com> | 2024-09-02 20:39:11 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2024-09-02 20:46:07 +0200 |
commit | f73926306811359c47b589bf860ddccb0a1ceb14 (patch) | |
tree | 1dd00feb7e50a085839ea6666a9451c31a677888 /doc/image.md | |
parent | 410951c56ad856954874463a1ad14432cad42149 (diff) | |
download | chawan-f73926306811359c47b589bf860ddccb0a1ceb14.tar.gz |
doc: update manpages
Diffstat (limited to 'doc/image.md')
-rw-r--r-- | doc/image.md | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/image.md b/doc/image.md index 119f7e3c..14f8f124 100644 --- a/doc/image.md +++ b/doc/image.md @@ -1,4 +1,8 @@ -# Image support in Chawan +<!-- MANON +% cha-image(5) | Image support in Chawan +MANOFF --> + +# Inline images On terminals that support images, Chawan can display various bit-mapped image formats. @@ -12,8 +16,8 @@ There are actually two switches for images in the config: * buffer.images: this enables downloading images, *even if they cannot be displayed*. -* display.image-mode: sets the "image mode". Defaults to "auto", but may - also be set to "sixel" or "kitty" manually. +* display.image-mode: sets the inline image display method. Defaults to + "auto", but may also be set to "sixel" or "kitty" manually. In most cases, all you need to do is to set "buffer.images" to true; with the default image-mode, Chawan will find the best image display |