summaryrefslogtreecommitdiff
path: root/.config/zathura
diff options
context:
space:
mode:
authoryuzu-eva <stevenhu@web.de>2023-05-26 11:20:50 +0200
committeryuzu-eva <stevenhu@web.de>2023-05-26 11:20:50 +0200
commitc72de1d239aac325155fc840cd226309435538de (patch)
treef00f2295d15f16260be8525e93a3a59c608c54d3 /.config/zathura
parent9a3d9c575c85e8b9bed8afb64afde22ebfef5b8f (diff)
using vim-tmux-navigator; some other updates
Diffstat (limited to '.config/zathura')
-rw-r--r--.config/zathura/zathurarc14
1 files changed, 12 insertions, 2 deletions
diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc
index 452e116..5836bc0 100644
--- a/.config/zathura/zathurarc
+++ b/.config/zathura/zathurarc
@@ -3,13 +3,23 @@ set statusbar-h-padding 0
set statusbar-v-padding 0
set page-padding 1
set selection-clipboard clipboard
+
map u scroll half-up
map d scroll half-down
+map J scroll full-down
+map K scroll full-up
map D toggle_page_mode
map r reload
map R rotate
-map K zoom in
-map J zoom out
map i recolor
map p print
map g goto top
+
+#stop at page boundries
+set scroll-page-aware true
+set scroll-full-overlap 0.01
+set scroll-step 100
+
+unmap f
+map f toggle_fullscreen
+map [fullscreen] f toggle_fullscreen