config 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. browser "librewolf %u"
  2. # vim keybindings
  3. unbind-key j
  4. unbind-key k
  5. unbind-key h
  6. unbind-key H
  7. unbind-key L
  8. unbind-key c
  9. unbind-key ,
  10. bind-key ; macro-prefix
  11. bind-key h quit
  12. bind-key BACKSPACE quit
  13. bind-key j down
  14. bind-key k up
  15. bind-key l open
  16. bind-key H prev-feed
  17. bind-key L next-feed
  18. bind-key c toggle-show-read-feeds
  19. bind-key a toggle-article-read
  20. # macros
  21. macro l set browser "open-stream %u"; open-in-browser; set browser "librewolf %u"
  22. # Feed settings
  23. prepopulate-query-feeds yes
  24. refresh-on-startup no
  25. color background default default
  26. color listnormal default default
  27. color listnormal_unread default default
  28. color listfocus color16 cyan
  29. color listfocus_unread color16 cyan
  30. color info default black
  31. color article default default
  32. highlight article "(^Feed:.*|^Title:.*|^Author:.*)" cyan default bold
  33. highlight article "(^Link:.*|^Date:.*)" default default
  34. highlight article "https?://[^ ]+" green default
  35. highlight article "^(Title):.*$" blue default
  36. highlight article "\\[[0-9][0-9]*\\]" magenta default bold
  37. highlight article "\\[image\\ [0-9]+\\]" green default bold
  38. highlight article "\\[embedded flash: [0-9][0-9]*\\]" green default bold
  39. highlight article ":.*\\(link\\)$" cyan default
  40. highlight article ":.*\\(image\\)$" blue default
  41. highlight article ":.*\\(embedded flash\\)$" magenta default
  42. browser "librewolf %u"