tldr/pages/linux/zathura.md

34 lines
505 B
Markdown
Raw Normal View History

2021-08-31 14:23:08 +01:00
# zathura
2023-05-30 19:37:28 +01:00
> A vim-like modal document viewer, with an integrated command-line.
> Make sure a backend is installed (poppler, PostScript, or DjVu).
2021-08-31 14:23:08 +01:00
> More information: <https://pwmt.org/projects/zathura/>.
- Open a file:
`zathura {{path/to/file}}`
- Navigate left/up/down/right:
`{{H|J|K|L|arrow keys}}`
2021-08-31 14:23:08 +01:00
- Rotate:
`r`
- Invert Colors:
`<Ctrl> + R`
2021-08-31 14:23:08 +01:00
- Search for text by a given string:
`/{{string}}`
- Create/delete bookmarks:
`:{{bmark|bdelete}} {{bookmark_name}}`
- List bookmarks:
`:blist`