Thursday, December 29, 2011

Re: mutt and vim playing together

* Marc Weber <marco-oweber@gmx.de>:

> > So everytime I edit a mail the first line and following manually inserted blank
> > lines are highlighted.
> Why do you need this?
> Use syntax commands instead.

Syntax highlighting is not what I look for.

What I want to achieve is jumping to the first blank line where I can start
typing my mail instantly. So I search for ^$ and vim jumps to the first
occurrence (with the consequences I wrote in my first mail).

But thinking about it... my solution could be to jump at the end of the file.
Now I have in my muttrc

set editor = "vim +$"

Seems to work so far.

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

No comments: