mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-26 09:23:58 +02:00

* pages/*: fix small typos * Update ssh-copy-id.md Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * ansible-inventory: fix typo * Update pages/linux/zathura.md Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> * gcloud: fix typo * fdesetup: mark as placeholder * icalbuddy: use general placeholder * ip: make it a placeholder * git-svn: fix typo * pages/*: fix typos * kubectl-get: add mnemonics and long options * kubectl-describe: add mnemonics and long options * pip-install: use short option * Update icalbuddy.md Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> --------- Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
33 lines
510 B
Markdown
33 lines
510 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}} 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`
|