blob: 710b41f530e58f3333094262f23b2bdbe6f36d02 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
  | 
show-read-feeds true
unbind-key J
unbind-key K
unbind-key n
unbind-key p
unbind-key l
unbind-key R
bind-key    j       down
bind-key    k       up
bind-key    J       next-unread
bind-key    K       prev-unread
bind-key    l       next
bind-key    h       prev
bind-key    L       toggle-show-read-feeds
bind-key    S       reload-all
bind-key    i       quit # I often use this instead of 'q'
bind-key    SPACE   open
color listnormal          color15   black
color listfocus           color120  color236    bold
color listnormal_unread   color48   black
color listfocus_unread    color120  color236    bold
color info                color232  color49     reverse
browser "xdg-open '%u'"
  
  |