Dotfiles for different machines on different branches.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
1.3 KiB

  1. #show-read-feeds no
  2. auto-reload yes
  3. external-url-viewer "urlscan -dc -r 'linkhandler {}'"
  4. bind-key j down
  5. bind-key k up
  6. bind-key j next articlelist
  7. bind-key k prev articlelist
  8. bind-key J next-feed articlelist
  9. bind-key K prev-feed articlelist
  10. bind-key G end
  11. bind-key g home
  12. bind-key d pagedown
  13. bind-key u pageup
  14. bind-key l open
  15. bind-key h quit
  16. bind-key a toggle-article-read
  17. bind-key n next-unread
  18. bind-key N prev-unread
  19. bind-key D pb-download
  20. bind-key U show-urls
  21. bind-key x pb-delete
  22. bind-key ^t next-unread
  23. color listnormal cyan default
  24. color listfocus black yellow standout bold
  25. color listnormal_unread blue default
  26. color listfocus_unread yellow default bold
  27. color info red black bold
  28. color article cyan default
  29. browser linkhandler
  30. macro , open-in-browser
  31. macro t set browser "tsp youtube-dl --add-metadata -ic"; open-in-browser ; set browser linkhandler
  32. macro a set browser "tsp youtube-dl --add-metadata -xic -f bestaudio/best"; open-in-browser ; set browser linkhandler
  33. macro v set browser "setsid nohup mpv"; open-in-browser ; set browser linkhandler
  34. macro w set browser "w3m"; open-in-browser ; set browser linkhandler
  35. macro p set browser "dmenuhandler"; open-in-browser ; set browser linkhandler
  36. macro c set browser "xsel -b <<<" ; open-in-browser ; set browser linkhandler