-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbindings
More file actions
72 lines (63 loc) · 2.11 KB
/
bindings
File metadata and controls
72 lines (63 loc) · 2.11 KB
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
66
67
68
69
70
71
72
# vim: set ft=muttrc
#
# Keyboard bindings for mutt.
#
# Generic key bindings.
# The generic menu is not a real menu, but specifies common functions (such as movement)
# available in all menus except for pager and editor. Changing settings for this menu will
# affect the default bindings for all menus (except as noted).
bind generic "g" first-entry
bind generic "G" last-entry
bind generic <home> first-entry
bind generic <end> last-entry
bind generic <left> previous-entry
bind generic <right> next-entry
bind generic ",fm" noop
# Specific key bindings.
bind index "h" noop
bind index "z" noop
bind index "Z" noop
bind index "g" first-entry
bind index "G" last-entry
bind index "\Cf" next-page
bind index "\Cb" previous-page
bind index "{" previous-thread
bind index "}" next-thread
bind index "x" noop
bind index ",g" group-reply
bind index ",z" collapse-thread
bind index ",Z" collapse-all
bind index "zt" current-top
bind index "zb" current-bottom
bind index "zz" current-middle
bind pager "g" top
bind pager "G" bottom
bind pager <home> top
bind pager <end> bottom
bind pager "\Cf" next-page
bind pager "\Cb" previous-page
bind pager "j" next-line
bind pager "k" previous-line
bind pager "{" previous-thread
bind pager "}" next-thread
bind pager <up> previous-line
bind pager <down> next-line
bind pager <left> previous-undeleted
bind pager <right> next-undeleted
bind pager "[" previous-thread
bind pager "]" next-thread
bind pager "\Cp" previous-undeleted
bind pager "\Cn" next-undeleted
bind pager "\Ct" display-toggle-weed
bind pager "t" tag-message
bind pager "\Cu" half-up
bind pager "\Cd" half-down
bind pager ",g" group-reply
bind pager "h" noop
bind pager ",fi" noop
bind alias " " tag-entry
bind alias "\r" select-entry
bind attach "v" select-entry
bind compose "v" view-attach
bind editor "\Cn" history-down
bind editor "\Cp" history-up