diff --git a/pages/linux/zathura.md b/pages/linux/zathura.md
new file mode 100644
index 0000000000..4c8cdc6a46
--- /dev/null
+++ b/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: .
+
+- Open a file:
+
+`zathura {{path/to/file}}`
+
+- Navigate left/up/down/right:
+
+` 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`