On Tue, Feb 10, 2009 at 01:55:42PM +0100, Nicolas Sebrecht wrote:
> 
> Good day,
> 
> I'm using vim here with mutt. I would like to know how you improve your
> mutt mail_aliases file in vim to write emails.
> 
> What I'm looking for is a kind of smart completion for fields like To:
> or Cc:.
> 
> For example, with a such entry in my aliases file :
> alias chuck Chuck Nurris <[email protected]>
> could have a (case insensitive) completion based on the alias, the first
> name, name or the email.
> 
> Ideas ?

My Idea:
copy your alias file
    alias mom My Mom <[email protected]>
and change 'alias' to ':ia'
    :ia mom My Mom <[email protected]>
and either add it to yr .vimrc or another file and source it there.

But if your using mutt you can just type the alias and hit <TAB> when
you're composing the email, I'm assuming that you want to edit the
header once you're composing the email?
HTH

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to