dots/.config/newsboat/config

40 lines
994 B
Plaintext
Raw Permalink Normal View History

2020-11-21 02:13:20 +01:00
auto-reload yes
reload-threads 100
2023-04-29 19:06:46 +02:00
# color background color240 black
# color listnormal color238 black
# color listfocus white black
# color listnormal_unread color240 black bold
# color listfocus_unread default black bold
# color info default black
# color article default black
2020-11-21 02:13:20 +01:00
bind-key h quit articlelist
bind-key h quit article
bind-key h quit tagselection
bind-key h quit feedlist
bind-key j down feedlist
bind-key j down tagselection
bind-key j next articlelist
bind-key j down article
bind-key J next-feed articlelist
bind-key k up feedlist
bind-key k prev articlelist
bind-key k up tagselection
bind-key K prev-feed articlelist
bind-key k up article
bind-key l open articlelist
bind-key l open feedlist
bind-key l open tagselection
bind-key G end
bind-key g home
text-width 80
browser "brave"
macro m set browser "mpv %u"; open-in-browser ; set browser "brave"
2020-11-22 00:39:47 +01:00
show-title-bar false
show-keymap-hint false