mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-19 19:01:36 +00:00
Update cheatsheets
This commit is contained in:
38
linux/zathura
Normal file
38
linux/zathura
Normal file
@@ -0,0 +1,38 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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|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`
|
||||
Reference in New Issue
Block a user