zathura: add page (#6441)

beep
gsobell 2021-08-31 16:23:08 +03:00 committed by GitHub
parent c70c0c2688
commit f9a7dc4ba9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 33 additions and 0 deletions

33
pages/linux/zathura.md Normal file
View File

@ -0,0 +1,33 @@
# 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> or arrow keys`
- Rotate:
`r`
- Invert Colors:
`Ctrl + R`
- Search for text by a given string:
`/{{string}}`
- Create/delete bookmarks:
`:{{bmark|bdelete}} {{bookmark_name}}`
- List bookmarks:
`:blist`