28 lines
511 B
Plaintext
28 lines
511 B
Plaintext
# https://wiki.archlinux.org/title/Newsboat
|
|
|
|
include ~/.config/newsboat/dark
|
|
|
|
confirm-mark-all-feeds-read no
|
|
confirm-mark-feed-read no
|
|
display-article-progress yes
|
|
download-retries 4
|
|
keep-articles-days 120
|
|
max-items 100
|
|
reload-threads 8
|
|
scrolloff 4
|
|
text-width 120
|
|
|
|
# https://m-chrzan.xyz/blog/vim-keybindings-for-newsboat.html
|
|
unbind-key g
|
|
unbind-key G
|
|
bind-key g home
|
|
bind-key G end
|
|
|
|
unbind-key j
|
|
unbind-key k
|
|
bind-key j down
|
|
bind-key k up
|
|
|
|
# https://github.com/newsboat/newsboat/issues/1295
|
|
browser "open %u"
|