Zathura

From wikinotes

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

Documentation

homepage https://pwmt.org/projects/zathura/
gitlab https://git.pwmt.org/pwmt/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

Locations

~/.config/zathura/zathurarc config
~/.local/share/zathura program data, notably history (with current page info)

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

Configuration

" ~/.config/zathura/zathurarc

map <C-i> recolor  " toggle invert colours