diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2023-12-06 12:21:23 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2023-12-06 12:21:23 +0530 |
commit | 2764b3f72c81f081e14865c0e23915609f9c331e (patch) | |
tree | 257f6eec134652c51e7ba63cb66241f71c978177 /.config/zathura | |
parent | 5b220ca7c9e1d4d98e150760b20f042988855e98 (diff) |
.config: Adding missing configs-dunst,mpv,swaylock,tmux,vim,zathura
Diffstat (limited to '.config/zathura')
-rw-r--r-- | .config/zathura/zathurarc | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc new file mode 100644 index 0000000..f7db8c4 --- /dev/null +++ b/.config/zathura/zathurarc @@ -0,0 +1,35 @@ +set sandbox none +set statusbar-h-padding 0 +set statusbar-v-padding 0 +set page-padding 1 +set adjust-open width + + +map j scroll half-down +map k scroll half-up +map J zoom out +map K zoom in +map - zoom out +map = zoom in +map _ adjust_window best-fit +map + adjust_window width + +map r reload +map R rotate + +map <C-n> search forward +map <C-b> search backward + +#access index w tab +#colon tab for options +#colon number to land on page no or nG +#map p print + +map f toggle_fullscreen +map [fullscreen] f toggle_fullscreen + +map i recolor +map gg goto top +map G goto bottom + +set selection-clipboard clipboard |