Tony Mechelynck wrote:
> In fact, the following
> 
>       :inoremap <Space> <Space><Left><Right>
>       :inoremap <Tab> <Tab><Left><Right>
>       :inoremap <CR> <CR><Up><Down>
> 
> create an undo point after each WORD.

Alternatively to <Left><Right>, you could use <C-G>u, which breaks an undo
sequence and does not move the pointer.

-- 
Andreas.

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

Reply via email to