summaryrefslogtreecommitdiff
path: root/.config/mutt/keybindings
blob: f56404f2cff886f0bba10641a73df16b8d322c4a (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# vim: ft=muttrc

########################
# Keybindings
########################

bind index j next-entry
bind index k previous-entry
bind index h noop
bind index l display-message
bind attach <return> view-mailcap
bind attach l view-mailcap
bind index,pager S sync-mailbox
bind pager j next-line
bind pager k previous-line
bind pager l view-attachments
bind attach,index,pager \CD next-page
bind attach,index,pager \CU previous-page
bind pager g top
bind pager G bottom
bind attach,index g first-entry
bind attach,index G last-entry
bind index,pager R group-reply
bind pager,attach h exit

bind index,pager \Cn sidebar-next
bind index,pager <C-Down> sidebar-next-new
bind index,pager \Co sidebar-open
bind index,pager \Cp sidebar-prev
bind index,pager <C-Up> sidebar-prev-new
bind index,pager B sidebar-toggle-visible

bind index - collapse-thread
bind index _ collapse-all


########################
# Macros
########################

macro index,pager c "<change-folder>?" "open a different mailbox directory"