diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc index 0e4bb4e..a3227e8 100644 --- a/.config/zathura/zathurarc +++ b/.config/zathura/zathurarc @@ -11,3 +11,10 @@ set tabbar-fg "#ffffff" set tabbar-focus-bg "#ffffff" set tabbar-focus-fg "#0e1419" set selection-clipboard clipboard + +map \< goto top +map \> goto bottom +map p scroll up +map P scroll half-up +map n scroll down +map N scroll half-down \ No newline at end of file