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
28
29
30
31
32
33
34
35
36
37
38
|
# vim: filetype=neomuttrc
# sidebar navigation
bind index,pager \Ck sidebar-prev
bind index,pager \Cj sidebar-next
bind index,pager \Co sidebar-open
bind index,pager \Cp sidebar-prev-new
bind index,pager \Cn sidebar-next-new
bind index,pager B sidebar-toggle-visible
bind attach <return> view-mailcap
bind attach l view-mailcap
bind index,pager,browser d half-down
bind index,pager,browser u half-up
bind editor <space> noop
bind pager j next-line
bind pager k previous-line
bind pager l view-attachments
bind pager,attach h exit
bind pager,browser g noop
bind pager,browser gg top-page
bind pager,browser G bottom-page
bind index j next-entry
bind index k previous-entry
bind index G last-entry
bind index g noop
bind index gg first-entry
bind index l display-message
bind index D delete-message
bind index U undelete-message
bind browser h goto-parent
bind browser l descend-directory
|