From f1b6961ad9ba989f8729a426e05888c571b2cf94 Mon Sep 17 00:00:00 2001 From: bd Date: Mon, 17 Feb 2025 21:20:10 -0500 Subject: zathura scroll without ctrl --- .config/zathura/zathurarc | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to '.config') diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc index 2a95fb1..b64456e 100644 --- a/.config/zathura/zathurarc +++ b/.config/zathura/zathurarc @@ -22,6 +22,10 @@ map [normal] scroll left map [normal] scroll down map [normal] scroll up map [normal] scroll right +map [normal] b scroll left +map [normal] n scroll down +map [normal] p scroll up +map [normal] f scroll right map [normal] abort map [insert] abort map [normal] abort @@ -69,7 +73,7 @@ map [normal] bisect backward # still need to use '/' to trigger search map [normal] search forward map [normal] search backward -map [normal] p snap_to_page +map [normal] z snap_to_page map [normal] toggle_index map [normal] i toggle_index map [normal] toggle_index @@ -89,6 +93,10 @@ map [fullscreen] scroll left map [fullscreen] scroll down map [fullscreen] scroll up map [fullscreen] scroll right +map [fullscreen] b scroll left +map [fullscreen] n scroll down +map [fullscreen] p scroll up +map [fullscreen] f scroll right map [fullscreen] abort map [fullscreen] abort map [fullscreen] goto top @@ -134,7 +142,7 @@ map [fullscreen] bisect forward map [fullscreen] bisect backward map [fullscreen] search forward map [fullscreen] search backward -map [fullscreen] p snap_to_page +map [fullscreen] z snap_to_page map [fullscreen] i toggle_index map [fullscreen] toggle_index map [fullscreen] toggle_index -- cgit v1.2.3