This commit is contained in:
odrling 2019-05-03 11:18:12 +02:00
parent 7d74cbd2ea
commit 698ffcf824
2 changed files with 37 additions and 0 deletions

5
.gitignore vendored
View file

@ -92,3 +92,8 @@ Cache
# webbookmarks example
!/.config/webbookmarks.example
# newsboat
!/.newsboat
/.newsboat/*
!/.newsboat/config

32
.newsboat/config Normal file
View file

@ -0,0 +1,32 @@
auto-reload yes
reload-threads 4
browser firefox
# unbind keys
unbind-key ENTER
unbind-key j
unbind-key k
unbind-key J
unbind-key K
# bind keys - vim style
bind-key j down
bind-key k up
bind-key l open
bind-key h quit
# solarized
color background default default
color listnormal default default
color listnormal_unread default default bold
color listfocus white magenta
color listfocus_unread white magenta 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