zathurarc 562 B

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