aboutsummaryrefslogblamecommitdiff
path: root/.config/newsboat/config
blob: 9e39cfe690b89ba62ac479eb6244cabef2e54459 (plain) (tree)







































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

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

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

# 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