diff options
Diffstat (limited to '.config')
| -rw-r--r-- | .config/zathura/zathurarc | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc index f7db8c4..870c2dd 100644 --- a/.config/zathura/zathurarc +++ b/.config/zathura/zathurarc @@ -5,8 +5,10 @@ set page-padding 1 set adjust-open width -map j scroll half-down -map k scroll half-up +#map j scroll half-down +#map k scroll half-up +map <C-j> scroll half-down +map <C-k> scroll half-up map J zoom out map K zoom in map - zoom out @@ -29,6 +31,8 @@ map f toggle_fullscreen map [fullscreen] f toggle_fullscreen map i recolor +map [fullscreen] i recolor + map gg goto top map G goto bottom |
