From 73e614fea37d837bdaa7d4fe04d26b8e53c6d2c7 Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Mon, 17 Jan 2022 08:46:01 +0800 Subject: Update newsboat config --- .newsboat/config | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to '.newsboat') diff --git a/.newsboat/config b/.newsboat/config index 40ff2ca..6f16612 100644 --- a/.newsboat/config +++ b/.newsboat/config @@ -3,6 +3,8 @@ show-read-feeds yes text-width 72 reload-threads 32 +confirm-mark-all-feeds-read no + browser "$BROWSER %u" # unbind keys @@ -15,6 +17,7 @@ unbind-key ^U unbind-key o unbind-key g unbind-key G +unbind-key d # bind keys - vim style bind-key j down @@ -30,14 +33,15 @@ bind-key b open-in-browser-and-mark-read bind-key B open-in-browser bind-key i sort bind-key I rev-sort +bind-key d toggle-article-read # podcasts download-path ~/Sync/podcasts max-downloads 3 -# download videos -macro d set browser "youtube-dl %u &"; open-in-browser-noninteractively; set browser elinks +macro d set browser "youtube-dl %u &"; open-in-browser-noninteractively; set browser elinks -- "download videos by youtube-dl" +macro p set browser "mpv -- %u &"; one; set browser elinks -- "open url by mpv" highlight feedlist "---.*---" blue default bold highlight feedlist ".*0/0.." default default invis -- cgit v1.2.3