]> git.madduck.net Git - etc/mutt.git/blobdiff - 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:

disable C-d deleting of whole threads
[etc/mutt.git] / keybindings
index a9e3463b05a060b347bb8a43b544d30896dff994..d88fddd7496d636f5542c74a454aed3fdfa85e81 100644 (file)
@@ -1,6 +1,5 @@
 bind index,pager       |       pipe-message
 bind index,pager       !       flag-message
-bind index,pager       \Cd     delete-thread
 bind index,pager       \ep     print-message
 bind index,pager       <up>    previous-entry
 bind index,pager       <down>  next-entry
@@ -42,6 +41,8 @@ macro index,pager     \Cb     ':set my_pipe_decode="$pipe_decode"<enter>:set pipe_decode
 macro compose  Y       '<edit-fcc><kill-line><enter><send-message>' "send message without storing"
 macro compose  \Cy     '<pgp-menu>cY' "send message without storing or signing"
 
+macro index            F       '<limit>~L ' "search for correspondents"
+
 #TODO this is a hack until switch-profile does not readd headers.
 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"
 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"