diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-10-13 16:19:33 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-10-13 16:20:58 +0200 |
commit | db8f32037483ade8fc3d8fc2cb2c0e18331e442e (patch) | |
tree | 167a9c5d415c41245873298d19b2390105685057 /config | |
parent | a915b5ade1a47b9678e2f9963b13b49dbd406031 (diff) |
changed mappings for zooming
Diffstat (limited to 'config')
-rw-r--r-- | config/extra/zathura/zathurarc | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/config/extra/zathura/zathurarc b/config/extra/zathura/zathurarc index f7a0781..478cd17 100644 --- a/config/extra/zathura/zathurarc +++ b/config/extra/zathura/zathurarc @@ -1,16 +1,14 @@ # fullscreen mappings map [fullscreen] r reload map [fullscreen] R rotate -map [fullscreen] + zoom in -map [fullscreen] - zoom out -map [fullscreen] i recolor +map [fullscreen] i zoom in +map [fullscreen] o zoom out # normal mappings map r reload map R rotate -map + zoom in -map - zoom out -map i recolor +map i zoom in +map o zoom out set font "monospace bold 11" set adjust-open "best-fit" |