Skip to content

Instantly share code, notes, and snippets.

@evantravers
Created April 13, 2020 15:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save evantravers/b5e3068f2b86d429512c91a48f9335ae to your computer and use it in GitHub Desktop.
Save evantravers/b5e3068f2b86d429512c91a48f9335ae to your computer and use it in GitHub Desktop.
# general settings
auto-reload yes
max-items 500
show-read-feeds no
text-width 50
reload-threads 11
# set browser for osx
browser /usr/bin/open -a "/Applications/Brave Browser.app" '%u'
# style
articlelist-format "%4i %f %D %-20a %-60t %-40T"
datetime-format "%Y-%m-%d"
# unbind keys
unbind-key ENTER
unbind-key j
unbind-key k
unbind-key J
unbind-key K
unbind-key ^D
unbind-key ^U
unbind-key o
unbind-key g
unbind-key G
# bind keys - vim style
bind-key j down
bind-key k up
bind-key l open
bind-key h quit
bind-key ^D pagedown
bind-key ^U pageup
bind-key b toggle-source-view
bind-key U toggle-show-read-feeds
bind-key u show-urls
bind-key g home
bind-key G end
bind-key b open-in-browser
bind-key i sort
bind-key I rev-sort
# gruvbox
color background default default
color listnormal color245 default
color listnormal_unread default default bold
color listfocus black yellow
color listfocus_unread black yellow bold
color info default black
color article default default
# highlights
highlight article "^(Title):.*$" blue default
highlight article "https?://[^ ]+" red default
highlight article "\\[image\\ [0-9]+\\]" green default
highlight all "ux" green default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment