diff options
author | bd <bdunahu@operationnull.com> | 2025-02-17 21:20:10 -0500 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-02-17 21:20:10 -0500 |
commit | f1b6961ad9ba989f8729a426e05888c571b2cf94 (patch) | |
tree | 703869e5cc3a21bbd746d7c0a22fd22f63d02f2e | |
parent | 4dd2b7bf27681dd1cd315907505ecf78baba74dd (diff) |
zathura scroll without ctrl
-rw-r--r-- | .config/zathura/zathurarc | 12 |
1 files changed, 10 insertions, 2 deletions
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] <C-b> scroll left map [normal] <C-n> scroll down map [normal] <C-p> scroll up map [normal] <C-f> scroll right +map [normal] b scroll left +map [normal] n scroll down +map [normal] p scroll up +map [normal] f scroll right map [normal] <C-g> abort map [insert] <C-g> abort map [normal] <C-[> abort @@ -69,7 +73,7 @@ map [normal] <A-l> bisect backward # still need to use '/' to trigger search map [normal] <C-s> search forward map [normal] <C-r> search backward -map [normal] p snap_to_page +map [normal] z snap_to_page map [normal] <C-i> toggle_index map [normal] i toggle_index map [normal] <Tab> toggle_index @@ -89,6 +93,10 @@ map [fullscreen] <C-b> scroll left map [fullscreen] <C-n> scroll down map [fullscreen] <C-p> scroll up map [fullscreen] <C-f> scroll right +map [fullscreen] b scroll left +map [fullscreen] n scroll down +map [fullscreen] p scroll up +map [fullscreen] f scroll right map [fullscreen] <C-g> abort map [fullscreen] <C-[> abort map [fullscreen] <A-\<> goto top @@ -134,7 +142,7 @@ map [fullscreen] <A-r> bisect forward map [fullscreen] <A-l> bisect backward map [fullscreen] <C-s> search forward map [fullscreen] <C-r> search backward -map [fullscreen] p snap_to_page +map [fullscreen] z snap_to_page map [fullscreen] i toggle_index map [fullscreen] <C-i> toggle_index map [fullscreen] <Tab> toggle_index |