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
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
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
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!