49 lines
868 B
Text
49 lines
868 B
Text
# Articles to maximally keep per feed
|
|
max-items 100
|
|
|
|
# All feeds will be automatically reloaded at start up
|
|
auto-reload yes
|
|
|
|
# Use multiple threads to download all the news faster.
|
|
reload-threads 4
|
|
|
|
# Browser
|
|
browser "firefox %u"
|
|
|
|
# Cache
|
|
cache-file "~/.local/share/cache.db"
|
|
|
|
# Make the text width readable
|
|
text-width 80
|
|
|
|
# Clean up
|
|
cleanup-on-quit yes
|
|
delete-read-articles-on-quit yes
|
|
|
|
# unbind keys
|
|
unbind-key j
|
|
unbind-key k
|
|
unbind-key J
|
|
unbind-key K
|
|
unbind-key ^D
|
|
unbind-key ^U
|
|
unbind-key o
|
|
unbind-key g
|
|
unbind-key G
|
|
|
|
# bind keys - vim style
|
|
bind-key j down
|
|
bind-key k up
|
|
bind-key l open
|
|
bind-key h quit
|
|
bind-key ^D pagedown
|
|
bind-key ^U pageup
|
|
bind-key b toggle-source-view
|
|
bind-key U toggle-show-read-feeds
|
|
bind-key u show-urls
|
|
bind-key g home
|
|
bind-key G end
|
|
bind-key b open-in-browser-and-mark-read
|
|
bind-key B open-in-browser
|
|
bind-key i sort
|
|
bind-key I rev-sort
|