-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathbindings.muttrc
40 lines (34 loc) · 1.46 KB
/
bindings.muttrc
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
## Vi Key Bindings
# https://github.com/neomutt/neomutt/issues/56#issuecomment-250780838
# -----------------------------------------------------------------------------
# Moving around
bind attach,browser,index gg first-entry
bind attach,browser,index G last-entry
bind pager gg top
bind pager G bottom
bind pager k previous-line
bind pager j next-line
# Scrolling
bind attach,browser,pager,index \CF next-page
bind attach,browser,pager,index \CB previous-page
bind attach,browser,pager,index \CU half-up
bind attach,browser,pager,index \CD half-down
bind browser,pager \CE next-line
bind browser,pager \CY previous-line
bind index \CE next-line
bind index \CY previous-line
# Mail & Reply
bind pager,index dd delete-message
bind pager,index gr group-reply
# Threads
bind browser,pager,index \CN search-opposite
bind pager,index dT delete-thread
bind pager,index dt delete-subthread
bind pager,index gt next-thread
bind pager,index gT previous-thread
bind index za collapse-thread
bind index zA collapse-all
# Other
bind index \CL imap-fetch-mail
bind index,pager B sidebar-toggle-visible
# vi: ft=muttrc