voidrice/.newsboat/config

38 lines
1.1 KiB
Text
Raw Normal View History

2018-04-01 16:09:06 +00:00
#auto-reload yes
external-url-viewer "urlview"
bind-key j down
bind-key k up
bind-key j next articlelist
bind-key k prev articlelist
bind-key J next-feed articlelist
bind-key K prev-feed articlelist
bind-key G end
bind-key g home
bind-key d pagedown
bind-key u pageup
bind-key l open
bind-key h quit
2018-04-01 16:09:06 +00:00
bind-key a toggle-article-read
bind-key n next-unread
bind-key N prev-unread
bind-key D pb-download
bind-key U show-urls
color listnormal cyan default
color listfocus black yellow standout bold
color listnormal_unread blue default
color listfocus_unread yellow default bold
color info red black bold
color article cyan default
2018-04-01 16:09:06 +00:00
browser linkhandler
macro , open-in-browser
macro v set browser "i3 exec mpv"; open-in-browser ; set browser linkhandler
macro y set browser "spawndl"; open-in-browser ; set browser linkhandler
macro w set browser "w3m"; open-in-browser ; set browser linkhandler
# c copies the link to the clipboard.
# The line below is probably the skiddiest line I've ever written.
macro c set browser "copy(){ echo $1 | xclip ;}; copy "; open-in-browser ; set browser linkhandler