diff options
-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 |