Skip to content

Instantly share code, notes, and snippets.

@alvinfrancis
Created October 7, 2013 01:11
Show Gist options
  • Save alvinfrancis/6861170 to your computer and use it in GitHub Desktop.
Save alvinfrancis/6861170 to your computer and use it in GitHub Desktop.
# change some default settings
browser "tmux-newsbeuter-open.sh %u"
always-display-description true
auto-reload yes
feed-sort-order unreadarticlecount-asc
notify-xterm yes
notify-screen yes
notify-beep yes
refresh-on-startup yes
reload-threads 3
show-read-articles yes
show-read-feeds yes
text-width 79
max-items 500
# Keep the cache in dropbox.
# cache-file "~/Dropbox/private/newsbeuter/cache.db"
# solarized dark from newsbeuter's contrib
# color listnormal color244 color234
# color listfocus color166 color235
# color info color136 color235
# color background color244 color234
# color article color244 color234
color listfocus default default standout bold
color info black blue
highlight article "^Feed: .*$" red default
highlight article "^Title: .*$" red default bold
highlight article "^Author: .*$" cyan default
highlight article "^Link: .*$" cyan default
highlight article "https?://[^ ]+" cyan default underline
highlight article "^Date: .*$" blue default
# keybindings
unbind-key J
unbind-key K
# bind-key j next
# bind-key k prev
bind-key j down
bind-key k up
bind-key h left
bind-key l right
bind-key m toggle-show-read-feeds
bind-key SPACE toggle-article-read
# Podbeuter
# plugins
# bookmark-cmd "~/.newsbeuter/bin/bookmark-pinboard.rb"
# # so i can set tags via pinboard
# bookmark-interactive yes
# # don't make me hit enter just to take defaults
# bookmark-autopilot yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment