diff options
Diffstat (limited to '.newsboat/config')
| -rw-r--r-- | .newsboat/config | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/.newsboat/config b/.newsboat/config index 1af63b7..c8238c8 100644 --- a/.newsboat/config +++ b/.newsboat/config @@ -1,12 +1,13 @@ -auto-reload yes # reload feeds at startup +# auto-reload yes # reload feeds at startup +reload-threads 8 +max-items 100 +# pager less bind-key j down bind-key k up bind-key g home bind-key G end -# pager less - # solarized color-scheme color background default default color listnormal default default @@ -15,3 +16,12 @@ color listfocus black cyan color listfocus_unread black cyan color info default black color article default default + + +highlight article "^(Title):.*$" blue default +highlight article "https?://[^ ]+" red default +highlight article "\\[image\\ [0-9]+\\]" green default + +# browser vimb + +macro v set browser "mpv %u"; open-in-browser; set browser chromium |
