33 lines
668 B
Plaintext
33 lines
668 B
Plaintext
# Feed loading
|
|
max-items 100
|
|
reload-threads 100
|
|
prepopulate-query-feeds yes
|
|
auto-reload yes
|
|
unbind-key R
|
|
bind-key ^R reload-all
|
|
|
|
# Display
|
|
show-read-feeds no
|
|
text-width 80
|
|
include ~/.config/newsboat/colors
|
|
|
|
# Navigation
|
|
browser xdg-open
|
|
|
|
bind-key j next
|
|
bind-key k prev
|
|
bind-key J next-feed
|
|
bind-key K prev-feed
|
|
bind-key j down article
|
|
bind-key k up article
|
|
bind-key J next article
|
|
bind-key K prev article
|
|
|
|
# Macros
|
|
# Open in mpv
|
|
macro m set browser "mpv %u" ; open-in-browser ; set browser xdg-open
|
|
|
|
# Feed integration
|
|
urls-source "ocnews"
|
|
include ~/.config/newsboat/ocnewsconf
|