To be clear, I've tried this: macro *compose* \cx ":wq<enter><send-message>"
On Sun, Sep 5, 2021 at 5:22 PM Tom Tunguz <ttun...@gmail.com> wrote: > 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! >