diff options
author | Saumit Dinesan <79687674+Saumit-D@users.noreply.github.com> | 2021-09-10 08:20:14 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-10 08:20:14 +0530 |
commit | 1eac5049b3af858366e8bf0db696a6627dbbeaef (patch) | |
tree | d171e733daf77404ca5a9c305c015dd07208f86f /.config/zathura | |
parent | e7e5d9f0defd561af2731c8e9e52e73b7c90e396 (diff) |
Create zathurarc
Diffstat (limited to '.config/zathura')
-rw-r--r-- | .config/zathura/zathurarc | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc new file mode 100644 index 0000000..acb78d6 --- /dev/null +++ b/.config/zathura/zathurarc @@ -0,0 +1,28 @@ +set sandbox none +set statusbar-h-padding 0 +set statusbar-v-padding 0 +set page-padding 1 + +map j scroll half-down +map k scroll half-up +#map D toggle_page_mode +map r reload +map R rotate + +map J zoom in +map K zoom out +#map u = + +map H page down +map L page up + +#access index w tab +#colon tab for options +#colon number to land on page no or nG +#map p print + +map i recolor +map gg goto top +map G goto bottom + +set selection-clipboard clipboard |