Sunday, May 23, 2010

Re: backspaces leaving Insert mode

Hi James!

On Sa, 22 Mai 2010, James Cole wrote:

> At least it would be nice if Vim had an option for controlling how
> <ESC> effected the cursor position. i.e. if you could do something
> like
>
> :set noEscMovesCursor

Can't you do something like this:
:inoremap <ESC> <ESC>l
and possibly also
:set ve=onemore

regards,
Christian

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