]> git.madduck.net Git - etc/mutt.git/blob - .mutt/keybindings

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

fix up tickler-related stuff
[etc/mutt.git] / .mutt / keybindings
1 bind index,pager        |       pipe-message
2 bind index,pager        !       flag-message
3 bind index,pager        \ep     print-message
4 bind index,pager        <up>    previous-entry
5 bind index,pager        <down>  next-entry
6 bind index,pager        p       previous-undeleted
7 bind index,pager        n       next-undeleted
8 #bind pager             <up>    previous-line
9 #bind pager             <down>  next-line
10 #bind index,pager       <left>  previous-undeleted
11 #bind index,pager       <right> next-undeleted
12
13 bind pager,index        <backtab>       previous-unread
14
15 #macro pager,index      p       ":<enter>" "do nothing"
16
17 ##bind index    p       previous-undeleted
18 ##bind index    n       next-undeleted
19
20 ##macro index   L       "<list-reply><save-message>=store<enter>"
21 macro index,pager       S       "<save-message>=store<enter><sync-mailbox>" "save message to store"
22 macro index,pager       E       ':set my_editor="$editor"<enter>:set editor="$my_confdir/add-tickle-stamp"<enter><edit><toggle-new><save-message>=resubmit<enter><sync-mailbox>:set editor="$my_editor"<enter>' "schedule message with tickler"
23
24 macro index,pager       \eS     "<decode-save>"
25 macro index,pager       \eU     "<undelete-subthread>"
26 macro index,pager       \eD     "<delete-subthread>"
27 macro index,pager       \es     "<change-folder>=store<enter>" "go to store folder"
28 macro index,pager       \ed     "<change-folder>=debian<enter>" "go to debian folder"
29 macro index,pager       \ei     "<change-folder>=inbox<enter>" "go to inbox folder"
30 macro index,pager       \eu     "<change-folder>=ul<enter>" "go to ul folder"
31 macro index,pager       \ea     "<change-folder>=admin<enter>" "go to admin folder"
32
33 macro index,pager       \eR     ":source $my_confdir/muttrc<enter>" "reload muttrc"
34 macro compose   \eR     ":source $my_confdir/muttrc<enter>" "reload muttrc"
35
36 macro index,pager       X       "<save-message>=retrain/spam<enter>" "retrain message as spam"
37 macro index,pager       Z       "<save-message>=retrain/ham<enter>" "retrain message as ham"
38
39 macro index,pager       \Cb     ':set my_pipe_decode="$pipe_decode"<enter>:set pipe_decode<enter><pipe-message>/usr/bin/urlview<enter>:set pipe_decode="$my_pipe_decode"<enter>' "invoke urlview"
40
41 macro compose   Y       '<edit-fcc><kill-line><enter><send-message>' "send message without storing"
42 macro compose   \Cy     '<pgp-menu>cY' "send message without storing or signing"
43
44 macro index             F       '<limit>~L ' "search for correspondents"
45
46 #TODO this is a hack until switch-profile does not readd headers.
47 macro compose   e       ':set my_editor="$editor"<enter>:set editor=sensible-editor<enter><edit-headers>:set editor="$my_editor"<enter>' "invoke normal editor to edit message"
48 macro index,pager       e       ':set my_editor="$editor"<enter>:set editor=sensible-editor<enter><edit>:set editor="$my_editor"<enter>' "invoke normal editor to edit message"
49
50 # vim:sw=12:noet:sts=12:ts=12:ft=muttrc