aboutsummaryrefslogtreecommitdiff
path: root/newsboat
diff options
context:
space:
mode:
Diffstat (limited to 'newsboat')
-rw-r--r--newsboat/config25
1 files changed, 17 insertions, 8 deletions
diff --git a/newsboat/config b/newsboat/config
index 8d48bd4..0a66950 100644
--- a/newsboat/config
+++ b/newsboat/config
@@ -1,11 +1,20 @@
1browser "firefox --new-tab %u" 1browser "firefox --new-tab %u"
2download-path "~/Downloads/!Podcasts" 2download-path "~/Downloads/!Podcasts"
3auto-reload yes 3auto-reload yes
4reload-time 10 4reload-time 10
5keep-articles-days 180 5keep-articles-days 180
6max-items 500 6max-items 500
7confirm-mark-all-feeds-read no 7confirm-mark-all-feeds-read no
8confirm-mark-feed-read no 8confirm-mark-feed-read no
9
10bind-key j down feedlist
11bind-key k up feedlist
12bind-key j next articlelist
13bind-key k prev articlelist
14bind-key J next-feed articlelist
15bind-key K prev-feed articlelist
16bind-key j down article
17bind-key k up article
9 18
10macro o set browser "mpv %u" ; open-in-browser ; set browser "firefox --new-tab %u" 19macro o set browser "mpv %u" ; open-in-browser ; set browser "firefox --new-tab %u"
11 20