diff options
Diffstat (limited to 'newsboat/config')
| -rw-r--r-- | newsboat/config | 92 |
1 files changed, 46 insertions, 46 deletions
diff --git a/newsboat/config b/newsboat/config index dc69cc5..0d39ad5 100644 --- a/newsboat/config +++ b/newsboat/config | |||
| @@ -1,46 +1,46 @@ | |||
| 1 | # vim: filetype=conf | 1 | # vim: filetype=conf |
| 2 | 2 | ||
| 3 | auto-reload yes | 3 | auto-reload yes |
| 4 | reload-time 10 | 4 | reload-time 10 |
| 5 | browser "firefox --new-tab %u" | 5 | browser "firefox --new-tab %u" |
| 6 | confirm-mark-all-feeds-read no | 6 | confirm-mark-all-feeds-read no |
| 7 | confirm-mark-feed-read no | 7 | confirm-mark-feed-read no |
| 8 | goto-first-unread no | 8 | goto-first-unread no |
| 9 | goto-next-feed no | 9 | goto-next-feed no |
| 10 | keep-articles-days 180 | 10 | keep-articles-days 180 |
| 11 | max-items 500 | 11 | max-items 500 |
| 12 | cleanup-on-quit yes | 12 | cleanup-on-quit yes |
| 13 | 13 | ||
| 14 | download-path "~/Downloads/!Podcasts" | 14 | download-path "~/Downloads/!Podcasts" |
| 15 | download-filename-format "F-%t.%e" | 15 | download-filename-format "F-%t.%e" |
| 16 | 16 | ||
| 17 | bind-key j down feedlist | 17 | bind-key j down feedlist |
| 18 | bind-key k up feedlist | 18 | bind-key k up feedlist |
| 19 | bind-key j next articlelist | 19 | bind-key j next articlelist |
| 20 | bind-key k prev articlelist | 20 | bind-key k prev articlelist |
| 21 | bind-key J next-feed articlelist | 21 | bind-key J next-feed articlelist |
| 22 | bind-key K prev-feed articlelist | 22 | bind-key K prev-feed articlelist |
| 23 | bind-key j down article | 23 | bind-key j down article |
| 24 | bind-key k up article | 24 | bind-key k up article |
| 25 | 25 | ||
| 26 | macro o set browser "mpv %u" ; open-in-browser ; set browser "firefox --new-tab %u" | 26 | macro o set browser "mpv %u" ; open-in-browser ; set browser "firefox --new-tab %u" |
| 27 | 27 | ||
| 28 | color background default default | 28 | color background default default |
| 29 | color listnormal color255 default | 29 | color listnormal color255 default |
| 30 | color listfocus color238 color255 standout | 30 | color listfocus color238 color255 standout |
| 31 | color listnormal_unread color47 default | 31 | color listnormal_unread color47 default |
| 32 | color listfocus_unread color238 color47 standout | 32 | color listfocus_unread color238 color47 standout |
| 33 | color info color141 color236 | 33 | color info color141 color236 |
| 34 | 34 | ||
| 35 | # highlights | 35 | # highlights |
| 36 | highlight all "---.*---" yellow | 36 | highlight all "---.*---" yellow |
| 37 | highlight feedlist ".*(0/0))" color237 default default | 37 | highlight feedlist ".*(0/0))" color237 default default |
| 38 | highlight article "(^Feed:|^Title:|^Date:|^Link:|^Author:)" cyan default bold | 38 | highlight article "(^Feed:|^Title:|^Date:|^Link:|^Author:)" cyan default bold |
| 39 | highlight article "https?://[^ ]+" yellow default | 39 | highlight article "https?://[^ ]+" yellow default |
| 40 | highlight article "\\[[0-9][0-9]*\\]" magenta default bold | 40 | highlight article "\\[[0-9][0-9]*\\]" magenta default bold |
| 41 | highlight article "\\[image\\ [0-9]+\\]" green default bold | 41 | highlight article "\\[image\\ [0-9]+\\]" green default bold |
| 42 | highlight article "\\[embedded flash: [0-9][0-9]*\\]" green default bold | 42 | highlight article "\\[embedded flash: [0-9][0-9]*\\]" green default bold |
| 43 | highlight article ":.*\\(link\\)$" cyan default | 43 | highlight article ":.*\\(link\\)$" cyan default |
| 44 | highlight article ":.*\\(image\\)$" blue default | 44 | highlight article ":.*\\(image\\)$" blue default |
| 45 | highlight article ":.*\\(embedded flash\\)$" magenta default | 45 | highlight article ":.*\\(embedded flash\\)$" magenta default |
| 46 | 46 | ||
