HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

zathura — A Vim-like modal document viewer, with an integrated command-line. Make sure a backend is installed

Submitted by: @import:tldr-pages··
0
Viewed 0 times
documentcommandvimlikeclizathuramodalviewer
linux

Problem

How to use the zathura command: A Vim-like modal document viewer, with an integrated command-line. Make sure a backend is installed (poppler, PostScript, or DjVu). More information: <https://pwmt.org/projects/zathura/>.

Solution

zathura — A Vim-like modal document viewer, with an integrated command-line. Make sure a backend is installed (poppler, PostScript, or DjVu). More information: <https://pwmt.org/projects/zathura/>.

Open a file:
zathura {{path/to/file}}


Navigate left/up/down/right:
{{<h>|<j>|<k>|<l>|<ArrowKeys>}}


Rotate:
<r>


Invert Colors:
<Ctrl r>


Search for text by a given string:
</>{{string}}


Create/delete bookmarks:
<:>{{bmark|bdelete}} {{bookmark_name}}<Enter>


List bookmarks:
<:>blist<Enter>

Code Snippets

Open a file

zathura {{path/to/file}}

Navigate left/up/down/right

{{<h>|<j>|<k>|<l>|<ArrowKeys>}}

Rotate

<r>

Invert Colors

<Ctrl r>

Search for text by a given string

</>{{string}}

Context

tldr-pages: linux/zathura

Revisions (0)

No revisions yet.