12345678910111213141516171819202122232425262728 |
- # -*- mode: conf-space -*-
- # Origin <https://github.com/alezost/config/blob/master/zathura/zathurarc>.
- # Origin <https://gist.github.com/kmaed/3168313>.
- set font "Monospace 12"
- map <A-v> navigate previous
- map <C-v> navigate next
- map n scroll down
- map p scroll up
- map <A-\<> goto top
- map <A-\>> goto bottom
- map <A-g> goto
- map c recolor
- map g reload
- map i toggle_index
- map u follow
- map <Button1> scroll half-down # left click
- map <Button3> scroll half-up # right click
- map <C-c> exec "sh -c 'printf \"$(realpath $FILE)\" | xclip -i -selection clipboard'"
|