On Thu, Jan 27, 2011 at 01:04:34PM -0500, Haines Brown KB1GRM wrote:
Like an octopus' tentacles, my brains are in my fingers when it comes
to such text-based apps as emacs and mutt. Consequently, when I go to
save a message, I instinctively do C-s, instead of s, which only hangs
mutt.
What I'd like to do is change the keybinding in mutt so that C-s is a
save to. Is this possible?
Yes, but you probably need to remap or undef the 'stop' terminal control key
(^S) prior to invoking mutt:
$ stty stop undef
$ mutt
Then you can bind ^S
bind index,pager \cs save-message
me