Re: Send mail macro from vim

2021-09-08 Thread raf
On Mon, Sep 06, 2021 at 03:48:33PM -0700, Tom Tunguz wrote: > Raf, amazing. Thank you. Brilliant. I mapped it to K (which is unused and > it's now lightning fast) Ky! > > Thank you thank you! That's great. I'm glad it helped. cheers, raf

Re: Send mail macro from vim

2021-09-06 Thread Tom Tunguz
Raf, amazing. Thank you. Brilliant. I mapped it to K (which is unused and it's now lightning fast) Ky! Thank you thank you! On Sun, Sep 5, 2021 at 8:02 PM raf wrote: > On Sun, Sep 05, 2021 at 05:25:16PM -0700, Tom Tunguz > wrote: > > > To be clear, I've tried this: > > > > macro *compose* \cx

Re: Send mail macro from vim

2021-09-05 Thread dvalin
On 05.09.21 17:22, Tom Tunguz wrote: > I'd like to set a macro to send mail directly from the compose window using > vim. I am writing this post in vim, invoked when I hit 'L' in mutt, as   configured by: set editor=vim in .muttrc. Then it's just :wq back to mutt, and send the post with the M

Re: Send mail macro from vim

2021-09-05 Thread raf
On Sun, Sep 05, 2021 at 05:25:16PM -0700, Tom Tunguz wrote: > To be clear, I've tried this: > > macro *compose* \cx ":wq" > > On Sun, Sep 5, 2021 at 5:22 PM Tom Tunguz wrote: > > > I'd like to set a macro to send mail directly from the compose window > > using vim. > > > > In other words, I'm

Re: Send mail macro from vim

2021-09-05 Thread Tom Tunguz
To be clear, I've tried this: macro *compose* \cx ":wq" On Sun, Sep 5, 2021 at 5:22 PM Tom Tunguz 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

Send mail macro from vim

2021-09-05 Thread Tom Tunguz
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 and then . I've tried bind macro S ":wq" but that doesn't work. Thank you for your help!