blob: 780cc0d9e44dcb1a33350f04ec0ca84cf3876d99 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
text-width 72
auto-reload yes
history-limit 0
reload-threads 5
reload-time 15
bind-key j down
bind-key k up
bind-key J next-feed articlelist
bind-key K prev-feed articlelist
bind-key G end
bind-key g home
bind-key d pagedown
bind-key u pageup
bind-key l open
bind-key h quit
bind-key a toggle-article-read
bind-key n next-unread
bind-key N prev-unread
color listnormal color5 default
color listfocus color5 color8 bold
color listnormal_unread color6 default
color listfocus_unread color6 color8 bold
color info color5 default bold
highlight all "---.*---" default
browser newsboat-browser
macro , open-in-browser
macro f set browser "setsid -f $BROWSER >/dev/null 2>&1" ; open-in-browser ; set browser newsboat-browser
macro y set browser "newsboat-browser -d" ; open-in-browser ; set browser newsboat-browser
|