On Dec 9, 2:06 am, juner <[EMAIL PROTECTED]> wrote:
> A mistake in my previous post: my gvim edition is 7.1.314 .
>
> After some trial, I get the following solution:
>
> set ww+=<,>
> imap <Left> <Esc><Left>a
> imap <Right> <Esc><Right>a
> imap <Up> <Esc>gka
> imap <Down> <Esc>gja
>
> Maybe this looks awkward. But it seems work right now.

One suggestion:

Use <C-O> or <C-\><C-O> instead of <Esc>...a to execute the following
normal-mode command and return to insert mode automatically.

:help i_CTRL-O


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

Reply via email to