-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdotfile.newsboat.config
56 lines (51 loc) · 1.29 KB
/
dotfile.newsboat.config
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# no automatic reloading
# refresh-on-startup yes
# auto-reload yes
# reload-time 30 # minutes
#
# # reloading
# reload-threads 10
reload-only-visible-feeds no
show-read-feeds no
# download-retries 4
#
notify-screen yes
notify-xterm yes
download-full-page yes
# storage
# max-items 10000000
# display
article-sort-order date-asc
feedlist-format "%S%n %11u %t"
articlelist-format "%D %f %?T?;%-17T; ?%t"
datetime-format %m-%d
# color background white black
# color listnormal white black
# color listfocus blue white
# color info black white
# color article white black
color background default default
color listnormal default default
color listnormal_unread default default
color listfocus black yellow
color listfocus_unread black yellow
color info default black
color article default default
# highlights
highlight article "^(Title):.*$" blue default
highlight article "https?://[^ ]+" red default
highlight article "\\[image\\ [0-9]+\\]" green default
browser open
# interface
confirm-exit yes
confirm-mark-all-feeds-read no
confirm-mark-feed-read no
bind-key k up
bind-key j down
bind-key O open-in-browser-and-mark-read
bind-key ^D pagedown
bind-key ^U pageup
bind-key ^R reload-urls
unbind-key l
unbind-key s
bind-key ^I toggle-source-view