summaryrefslogtreecommitdiffstats
path: root/.config/newsboat/config
blob: 61026e6b8601b2f253d48828272513ca8f2c7c70 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# config
show-read-feeds no
auto-reload yes
browser vimb
cache-file "~/.config/newsboat/cache.db"

# keybinds
bind-key RIGHT open
bind-key LEFT quit

# macros
macro m set browser "mpv %u" ; open-in-browser-and-mark-read ; set browser "$BROWSER %u"