2021-08-31 16:23:08 +03:00
|
|
|
# zathura
|
|
|
|
|
2023-05-30 20:37:28 +02:00
|
|
|
> A vim-like modal document viewer, with an integrated command-line.
|
2021-10-17 22:58:00 +02:00
|
|
|
> Make sure a backend is installed (poppler, PostScript, or DjVu).
|
2021-08-31 16:23:08 +03:00
|
|
|
> More information: <https://pwmt.org/projects/zathura/>.
|
|
|
|
|
|
|
|
- Open a file:
|
|
|
|
|
|
|
|
`zathura {{path/to/file}}`
|
|
|
|
|
|
|
|
- Navigate left/up/down/right:
|
|
|
|
|
2025-03-09 14:03:08 +02:00
|
|
|
`{{<h>|<j>|<k>|<l>|<ArrowKeys>}}`
|
2021-08-31 16:23:08 +03:00
|
|
|
|
|
|
|
- Rotate:
|
|
|
|
|
2025-03-09 14:03:08 +02:00
|
|
|
`<r>`
|
2021-08-31 16:23:08 +03:00
|
|
|
|
|
|
|
- Invert Colors:
|
|
|
|
|
2025-03-09 14:03:08 +02:00
|
|
|
`<Ctrl r>`
|
2021-08-31 16:23:08 +03:00
|
|
|
|
|
|
|
- Search for text by a given string:
|
|
|
|
|
2025-03-09 14:03:08 +02:00
|
|
|
`</>{{string}}`
|
2021-08-31 16:23:08 +03:00
|
|
|
|
|
|
|
- Create/delete bookmarks:
|
|
|
|
|
2025-03-09 14:03:08 +02:00
|
|
|
`<:>{{bmark|bdelete}} {{bookmark_name}}<Enter>`
|
2021-08-31 16:23:08 +03:00
|
|
|
|
|
|
|
- List bookmarks:
|
|
|
|
|
2025-03-09 14:03:08 +02:00
|
|
|
`<:>blist<Enter>`
|