From a854f3a30b12cdc883783f54b0ecf6b38132b742 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Wed, 8 Sep 2021 18:07:46 +0100 Subject: Add zathura --- zathura/zathurarc | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 zathura/zathurarc (limited to 'zathura') diff --git a/zathura/zathurarc b/zathura/zathurarc new file mode 100644 index 0000000..d9e9dbd --- /dev/null +++ b/zathura/zathurarc @@ -0,0 +1,28 @@ +set adjust-open width + +map \< goto top +map \> goto bottom +map b navigate previous +map e follow +map f navigate next +map p goto top + +map zoom in +map zoom out +map zoom in +map adjust_window best-fit +map adjust_window width +map scroll full-left +map scroll left +map scroll full-right +map scroll right +map abort +map scroll down +map scroll up +map scroll full-down + +map goto top +map > goto bottom +map scroll full-up + +set selection-clipboard clipboard -- cgit