2024-02-10 15:20:01 +00:00
|
|
|
# https://wiki.archlinux.org/title/Newsboat
|
|
|
|
|
2024-02-13 09:40:34 +00:00
|
|
|
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
|
2024-02-13 09:40:34 +00:00
|
|
|
|
|
|
|
# https://m-chrzan.xyz/blog/vim-keybindings-for-newsboat.html
|
|
|
|
unbind-key g
|
|
|
|
unbind-key G
|
|
|
|
bind-key g home
|
|
|
|
bind-key G end
|
2024-03-23 19:11:00 +00:00
|
|
|
|
|
|
|
unbind-key j
|
|
|
|
unbind-key k
|
2024-05-22 05:54:14 +00:00
|
|
|
bind-key j down
|
|
|
|
bind-key k up
|
2024-09-10 04:53:23 +00:00
|
|
|
|
|
|
|
# https://github.com/newsboat/newsboat/issues/1295
|
|
|
|
browser "open %u"
|