-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkeybindings2
65 lines (64 loc) · 2.22 KB
/
keybindings2
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# bindings
bind alias " " tag-entry
bind alias \n select-entry
bind alias \r select-entry
bind attach n next-entry
bind browser <end> last-entry
bind browser <home> first-entry
bind generic "\CV" next-page
bind generic "\Ca" first-entry
bind generic "\Ce" last-entry
bind generic "\eV" previous-page
bind generic "\ev" previous-page
bind generic $ last-entry
bind index p previous-entry
bind index K previous-entry
bind index n next-entry
bind index J next-entry
bind index $ last-entry
bind index * flag-message
bind generic + tag-entry
bind pager + tag-message # tag-entry doesn't work in pager
bind index ";" limit
bind index R group-reply
bind index \em recall-message
bind generic ^ first-entry
bind index a tag-prefix
#bind generic a tag-prefix
bind index d delete-message
#bind index <delete> delete-message
bind index <end> last-entry
bind index <home> first-entry
bind index t create-alias
bind index x sync-mailbox
bind index q quit
bind index Q query
bind index y print-message
bind pager "\Cp" previous-line
bind index a tag-prefix
bind pager G group-reply
bind pager R group-reply
bind pager \em recall-message
bind pager <delete> delete-message
bind pager <down> next-line
bind pager <end> bottom
bind pager <home> top
bind pager n next-entry
bind pager q exit
#bind pager t display-headers
bind pager <up> previous-line
bind pager y print-message
bind attach i exit
bind attach p previous-entry
bind attach " " select-entry
bind index m mail
bind pager "\Cn" next-line
bind query i exit
bind generic "\e<" first-entry
bind generic "\e>" last-entry
bind generic "<" first-entry
bind generic ">" last-entry
bind generic <home> first-entry
bind generic <end> last-entry
bind generic <left> previous-entry
bind generic <right> next-entry