Another copy of my dotfiles. Because I don't completely trust GitHub.
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.

55 lines
2.1 KiB

4 years ago
  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. color listnormal cyan default
  23. color listfocus black yellow standout bold
  24. color listnormal_unread blue default
  25. color listfocus_unread yellow default bold
  26. color info red black bold
  27. color article white default bold
  28. browser linkhandler
  29. macro , open-in-browser
  30. macro t set browser "qndl" ; open-in-browser ; set browser linkhandler
  31. macro a set browser "tsp youtube-dl --add-metadata -xic -f bestaudio/best" ; open-in-browser ; set browser linkhandler
  32. macro v set browser "setsid -f mpv" ; open-in-browser ; set browser linkhandler
  33. macro w set browser "lynx" ; open-in-browser ; set browser linkhandler
  34. macro d set browser "dmenuhandler" ; open-in-browser ; set browser linkhandler
  35. macro c set browser "echo %u | xclip -r -sel c" ; open-in-browser ; set browser linkhandler
  36. macro C set browser "youtube-viewer --comments=%u" ; open-in-browser ; set browser linkhandler
  37. macro p set browser "peertubetorrent %u 480" ; open-in-browser ; set browser linkhandler
  38. macro P set browser "peertubetorrent %u 1080" ; open-in-browser ; set browser linkhandler
  39. highlight all "---.*---" yellow
  40. highlight feedlist ".*(0/0))" black
  41. highlight article "(^Feed:.*|^Title:.*|^Author:.*)" cyan default bold
  42. highlight article "(^Link:.*|^Date:.*)" default default
  43. highlight article "https?://[^ ]+" green default
  44. highlight article "^(Title):.*$" blue default
  45. highlight article "\\[[0-9][0-9]*\\]" magenta default bold
  46. highlight article "\\[image\\ [0-9]+\\]" green default bold
  47. highlight article "\\[embedded flash: [0-9][0-9]*\\]" green default bold
  48. highlight article ":.*\\(link\\)$" cyan default
  49. highlight article ":.*\\(image\\)$" blue default
  50. highlight article ":.*\\(embedded flash\\)$" magenta default