auto-reload yes # Explicitly keep all downloaded items max-items 0 download-retries 4 error-log ~/.local/share/newsboat/error.log save-path ~/.local/share/newsboat/saved/ display-article-progress yes # If set to yes, then for all feed items with no content but with a link, # the link is downloaded and the result used as content instead. This may # significantly increase the download times of "empty" feeds. download-full-page yes # reload frequency in minutes reload-time 30 reload-threads 6 # concurrent reload of feeds #colorscheme -- nord include ~/.config/newsboat/themes/universal-color # How to ignore articles ignore-mode "display" # Do not show them. ### VIM ### # unbind keys unbind-key ENTER unbind-key j unbind-key k unbind-key J unbind-key K # bind keys - vim style bind-key j down bind-key k up bind-key l open bind-key h quit