dotfiles/data/newsboat/config

28 lines
511 B
Plaintext
Raw Normal View History

2024-02-10 15:20:01 +00:00
# https://wiki.archlinux.org/title/Newsboat
include ~/.config/newsboat/dark
2024-02-10 15:20:01 +00:00
confirm-mark-all-feeds-read no
confirm-mark-feed-read no
2024-09-16 17:54:40 +00:00
display-article-progress yes
download-retries 4
keep-articles-days 120
max-items 100
reload-threads 8
scrolloff 4
2024-04-05 06:50:40 +00:00
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
2024-05-22 05:54:14 +00:00
bind-key j down
bind-key k up
# https://github.com/newsboat/newsboat/issues/1295
browser "open %u"