27 lines
1.1 KiB
Text
27 lines
1.1 KiB
Text
bind-key G end
|
|
bind-key g home
|
|
bind-key j down
|
|
bind-key k up
|
|
browser "w3m %u"
|
|
# Color key https://www.calmar.ws/vim/256-xterm-24bit-rgb-color-chart.html
|
|
# color22 green
|
|
# color199 magenta
|
|
# color255 light grey
|
|
color listfocus color255 color199
|
|
color listfocus_unread color255 color199 bold
|
|
color info color255 color22
|
|
color title color255 color22 bold
|
|
color hint-key color255 color22 bold
|
|
color hint-separator color255 color22 bold
|
|
confirm-exit yes
|
|
define-filter "nitter feeds" "tags !# \"nitter_personal\" and tags !# \"nitter_institutional\" and tags !# \"nitter_noise\""
|
|
feed-sort-order firsttag
|
|
keep-articles-days 45
|
|
max-items 4096
|
|
notify-program "/usr/bin/notify-send"
|
|
urls-source "ttrss"
|
|
ttrss-url "https://rss.theadamcooper.com/"
|
|
ttrss-login "adam"
|
|
ttrss-passwordeval "secret-tool lookup service ttrss"
|
|
ttrss-flag-star "s"
|
|
ttrss-flag-publish "p"
|