Skip to content

Instantly share code, notes, and snippets.

@yang-ling
Created February 26, 2015 10:08
Show Gist options
  • Save yang-ling/129d3125d53b2caa6ea1 to your computer and use it in GitHub Desktop.
Save yang-ling/129d3125d53b2caa6ea1 to your computer and use it in GitHub Desktop.
newsbeuter config
# vim: ft=conf nospell
browser /usr/bin/google-chrome-stable
external-url-viewer /usr/bin/urlview
always-display-description true
goto-next-feed no
save-path ~/KuaiPan/Downloads/rss/
text-width 78
cache-file ~/KuaiPan/Downloads/rss/config/cache.db
max-items 500
# Filters
define-filter "Starred" "flags # \"S\""
auto-reload yes
cleanup-on-quit yes
download-path "~/Downloads/podcasts"
feed-sort-order title-dec
max-downloads 4
player mplayer
refresh-on-startup no
suppress-first-reload yes
reload-time 20
reload-threads 2
show-read-articles no
show-read-feeds no
# key binding --------------------
unbind-key j
unbind-key k
unbind-key J
unbind-key K
bind-key j down all
bind-key k up all
bind-key J next-feed
bind-key K prev-feed
unbind-key g all
bind-key g home all
unbind-key G all
bind-key G end all
bind-key b pageup all
bind-key SPACE pagedown all
# formatting and colorization ------------------------------------------
articlelist-format "%4i %f %D %?T?|%-17T| ?%t"
highlight feedlist "^ *[0-9]+ *N " color156 default
highlight articlelist "^ *[0-9]+ *N " color156 default
highlight article "^(Feed|Title|Author|Link|Date):.*" color75 default
highlight article "^Podcast Download URL:.*" color71 default
highlight article "^Links:" white color240 underline
highlight article "\\[[0-9][0-9]*\\]" color72 default bold
highlight article "\\[image [0-9][0-9]*\\]" color72 default bold
highlight article "\\[embedded flash: [0-9][0-9]*\\]" color72 default bold
highlight article ":.*\\(link\\)$" color74 default
highlight article ":.*\\(image\\)$" color74 default
highlight article ":.*\\(embedded flash\\)$" color74 default
color listnormal color244 color234
color listnormal_unread color244 color234 bold
color listfocus color166 color235
color info color136 color235
color background color244 color234
color article color244 color234
@jmcantrell
Copy link

bind-key ^d pagedown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment