aboutsummaryrefslogblamecommitdiff
path: root/.config/newsboat/config
blob: 6c3ed04e1ac4368da8e137e015824a1c64185827 (plain) (tree)
1
2
3
4
5
6
7
8
9


                  

                  



                  
                     
 









                              






















                                


                              




                                                                        






                                                        
 

                                    
 
# vi: ft=config
# general settings
auto-reload false
reload-threads 400
max-items 200
scrolloff 5

# externel browser
#browser "w3m %u"
browser "xdg-open %u"

unbind-key n
bind-key n next-unread
unbind-key N
bind-key N prev-unread

unbind-key a
bind-key a mark-feed-read
unbind-key A
bind-key A mark-all-feeds-read

bind-key RIGHT open
bind-key LEFT quit

# 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

# bound to `sort` by default
unbind-key g
bind-key g home
# bound to `rev-sort` by default
unbind-key G
bind-key G end

unbind-key m
bind-key m toggle-article-read

# highlights
highlight article "^(Feed|Title|Author|Link|Date): .+" blue default bold
highlight article "^(Feed|Title|Author|Link|Date):" green default bold
highlight article "https?://[^ ]+" red default
highlight article "\\[image\\ [0-9]+\\]" green default
# highlight article "^>.*" default default dim
highlight article "^>.*" color61 default
# Git
highlight article "^[-].*" red default
highlight article "^[+].*" green default
highlight article "^(diff --git).*" default default bold
highlight article "^(@@ ).*" default default bold

color listnormal_unread cyan default
color info white black bold