summaryrefslogtreecommitdiff
path: root/.config/zathura
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-01-24 18:19:02 -0500
committerbd <bdunahu@operationnull.com>2025-01-24 18:19:02 -0500
commite44a0213f2f2ad0f9e8328e4681256eba6757833 (patch)
treeff6ecbcfe0212e9fafad7e250fc08f929eac1730 /.config/zathura
parent1aecf1bfcb5b135607732b20be58887b7fc9a5e8 (diff)
Remove pdf.scm for a standard config file
Diffstat (limited to '.config/zathura')
-rw-r--r--.config/zathura/zathurarc32
1 files changed, 16 insertions, 16 deletions
diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc
index e62dcc1..2a95fb1 100644
--- a/.config/zathura/zathurarc
+++ b/.config/zathura/zathurarc
@@ -25,17 +25,17 @@ map [normal] <C-f> scroll right
map [normal] <C-g> abort
map [insert] <C-g> abort
map [normal] <C-[> abort
-map [normal] <A-\\<> goto top
-map [normal] <A-\\>> goto bottom
+map [normal] <A-\<> goto top
+map [normal] <A-\>> goto bottom
map [normal] a adjust_window best-fit
map [normal] s adjust_window width
map [normal] F display_link
map [normal] <C-c> copy_link
map [normal] f follow
map [normal] m mark_add
-map [normal] \\' mark_evaluate
-map [normal] \\, navigate next
-map [normal] \\. navigate previous
+map [normal] \' mark_evaluate
+map [normal] \, navigate next
+map [normal] \. navigate previous
map [normal] <A-Right> navigate next
map [normal] <A-Left> navigate previous
map [normal] <PageDown> scroll full-down
@@ -91,17 +91,17 @@ map [fullscreen] <C-p> scroll up
map [fullscreen] <C-f> scroll right
map [fullscreen] <C-g> abort
map [fullscreen] <C-[> abort
-map [fullscreen] <A-\\<> goto top
-map [fullscreen] <A-\\>> goto bottom
+map [fullscreen] <A-\<> goto top
+map [fullscreen] <A-\>> goto bottom
map [fullscreen] a adjust_window best-fit
map [fullscreen] s adjust_window width
map [fullscreen] F display_link
map [fullscreen] <C-c> copy_link
map [fullscreen] f follow
map [fullscreen] m mark_add
-map [fullscreen] \\' mark_evaluate
-map [fullscreen] \\, navigate next
-map [fullscreen] \\. navigate previous
+map [fullscreen] \' mark_evaluate
+map [fullscreen] \, navigate next
+map [fullscreen] \. navigate previous
map [fullscreen] <A-Right> navigate next
map [fullscreen] <A-Left> navigate previous
map [fullscreen] <PageDown> scroll full-down
@@ -154,10 +154,10 @@ map [index] <BackSpace> navigate_index up
map [index] <C-n> navigate_index down
map [index] <A-v> navigate_index up
map [index] <C-v> navigate_index down
-map [index] \\< navigate_index top
-map [index] \\> navigate_index bottom
-map [index] <A-\\<> navigate_index top
-map [index] <A-\\>> navigate_index bottom
+map [index] \< navigate_index top
+map [index] \> navigate_index bottom
+map [index] <A-\<> navigate_index top
+map [index] <A-\>> navigate_index bottom
map [index] <C-b> navigate_index collapse
map [index] <C-f> navigate_index expand
map [index] <C-i> navigate_index expand-all
@@ -191,5 +191,5 @@ map [presentation] q toggle_presentation
map [presentation] <C-h> navigate previous
map [presentation] <M-v> navigate previous
map [presentation] <C-v> navigate next
-map [presentation] <A-\\<> goto top
-map [presentation] <A-\\>> goto bottom \ No newline at end of file
+map [presentation] <A-\<> goto top
+map [presentation] <A-\>> goto bottom \ No newline at end of file