Browse Source

zathura: add page (#6441)

gsobell 3 năm trước cách đây
mục cha
commit
f9a7dc4ba9
1 tập tin đã thay đổi với 33 bổ sung0 xóa
  1. 33 0
      pages/linux/zathura.md

+ 33 - 0
pages/linux/zathura.md

@@ -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`