feat(zathura): add some emacs keybindings

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-02-26 15:44:36 -05:00
parent 93180b6d0d
commit 30162b1fe3
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -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