Zathura: Difference between revisions

From wikinotes
No edit summary
Line 25: Line 25:
</source>
</source>
</blockquote><!-- Install -->
</blockquote><!-- Install -->
= Keybindings =
<blockquote>
<syntaxhighlight lang="yaml">
TAB  # (index) table of contents
</syntaxhighlight>
</blockquote><!-- Keybindings -->

Revision as of 23:02, 3 July 2022

A comic book/pdf reader with vim keybindings,
complete with follow-links, customizable keybindings, and command mode.

Documentation

homepage https://pwmt.org/projects/zathura/
man zathura https://man.archlinux.org/man/community/zathura/zathura.1.en
man zathurarc https://man.archlinux.org/man/community/zathura/zathurarc.5.en

Install

sudo pacman -S zathura
sudo pacman -S zathura-cb    # support comics
sudo pacman -S zathura-djvu  # support DjVu
sudo pacman -S zathura-ps    # support postscript
sudo pacman -S zathura-pdf-mupdf    # mupdf pdf engine (fast)
sudo pacman -S zathura-pdf-poppler  # poppler pdf engine

Keybindings

TAB  # (index) table of contents