aboutsummaryrefslogtreecommitdiff
path: root/.newsboat
diff options
context:
space:
mode:
Diffstat (limited to '.newsboat')
-rw-r--r--.newsboat/config5
1 files changed, 4 insertions, 1 deletions
diff --git a/.newsboat/config b/.newsboat/config
index 2818ca4..c8238c8 100644
--- a/.newsboat/config
+++ b/.newsboat/config
@@ -17,8 +17,11 @@ 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
-macro v set browser "youtube-dl --cookies /home/charles/youtube.com_cookies.txt -o - %u | mpv -"; open-in-browser; set browser chromium
+# browser vimb
+
+macro v set browser "mpv %u"; open-in-browser; set browser chromium