diff options
Diffstat (limited to '.config/zathura/zathurarc')
-rw-r--r-- | .config/zathura/zathurarc | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc index b64456e..ecdae54 100644 --- a/.config/zathura/zathurarc +++ b/.config/zathura/zathurarc @@ -1,7 +1,7 @@ # start in dark mode set recolor true # mouse select copies to clipboard -set selection-clipboard clipboard +nset selection-clipboard clipboard set scroll-full-overlap 0.2 # stops at page break set scroll-page-aware true @@ -22,10 +22,6 @@ 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 @@ -73,7 +69,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] z snap_to_page +map [normal] p snap_to_page map [normal] <C-i> toggle_index map [normal] i toggle_index map [normal] <Tab> toggle_index @@ -93,10 +89,6 @@ 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 |