Hi Christian, > > 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
Thanks for the info. It does feel to me to be something for which a built-in option would be useful (obviously there are various trade-offs as to whether something is worth putting in as a built-in option or not.. just IMO). James. -- 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
