mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-21 22:02:09 +02:00
33 lines
534 B
Markdown
33 lines
534 B
Markdown
# 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>`
|