I'd like to set a macro to send mail directly from the compose window using vim.
In other words, I'm responding to a mail, I reply to it, open it in vim. Then I want to hit a macro and have it execute :wq<enter> and then <send-message>. I've tried bind macro S ":wq<enter><send-message>" but that doesn't work. Thank you for your help!