1
0
Fork 0
dotfiles/.config/zathura/zathurarc
Lucas Sta Maria 30162b1fe3
feat(zathura): add some emacs keybindings
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
2024-02-26 15:44:36 -05:00

20 lines
No EOL
479 B
Text

set recolor-lightcolor "#0e1419"
set default-bg "#0e1419"
set inputbar-bg "#0e1419"
set inputbar-fg "#ffffff"
set notification-bg "#0e1419"
set notification-fg "#ffffff"
set statusbar-bg "#0e1419"
set statusbar-fg "#ffffff"
set tabbar-bg "#0e1419"
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