From 30162b1fe35765ef0ef64c64a1ba3c30fdf98171 Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Mon, 26 Feb 2024 15:44:36 -0500 Subject: [PATCH] feat(zathura): add some emacs keybindings Signed-off-by: Lucas Sta Maria --- .config/zathura/zathurarc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc index 0e4bb4e..a3227e8 100644 --- a/.config/zathura/zathurarc +++ b/.config/zathura/zathurarc @@ -11,3 +11,10 @@ set tabbar-fg "#ffffff" set tabbar-focus-bg "#ffffff" set tabbar-focus-fg "#0e1419" set selection-clipboard clipboard + +map \< goto top +map \> goto bottom +map p scroll up +map P scroll half-up +map n scroll down +map N scroll half-down \ No newline at end of file