summaryrefslogtreecommitdiffstats
path: root/mutt/keys
blob: dc35898c3c4fe30275eaad86f5983afe10ce2ad6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
bind pager j next-line
bind pager k previous-line
bind pager J half-down
bind pager K half-up
bind pager p search-opposite
bind pager N next-undeleted
bind pager P previous-undeleted
bind pager g top
bind pager G bottom
bind pager A group-reply

bind index <Down> next-entry
bind index <Up> previous-entry
bind index J half-down
bind index K half-up
bind index p search-opposite
bind index A group-reply
bind index g first-entry
bind index G last-entry
bind index ^G imap-fetch-mail
macro index S "<enter-command>set resolve=no<enter><clear-flag>N<save-message>=spam<enter><enter-command>set resolve=yes<enter>"

# vim:ft=muttrc: