diff options
Diffstat (limited to '')
-rw-r--r-- | .config/zathura/zathurarc | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc new file mode 100644 index 0000000..2dc7db0 --- /dev/null +++ b/.config/zathura/zathurarc @@ -0,0 +1,18 @@ +set smooth-scroll true +set selection-clipboard clipboard +set zoom-step 05 +set default-bg "#272727" +set statusbar-bg "#272727" +set inputbar-bg "#373737" +set window-title-basename true +set statusbar-home-tilde true + +map <Return> scroll down +map <A-Return> scroll up + +map H jumplist backward +map L jumplist forward + +map [normal] i toggle_index +map [index] i toggle_index +map [index] q toggle_index |