From 1eac5049b3af858366e8bf0db696a6627dbbeaef Mon Sep 17 00:00:00 2001 From: Saumit Dinesan <79687674+Saumit-D@users.noreply.github.com> Date: Fri, 10 Sep 2021 08:20:14 +0530 Subject: Create zathurarc --- .config/zathura/zathurarc | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .config/zathura/zathurarc (limited to '.config') 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 -- cgit v1.2.3