summaryrefslogtreecommitdiff
path: root/.config/mutt/keybindings
blob: 1882d2a61532ea113828c5baf15b5836152cf7a7 (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
# 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

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

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