Hi!

To get a more intuitive behaviour of movement through wrapped lines, I
added the following mapping:

   inoremap <down> <c-o>gj
[...]
>
The bar stays for the cursor here.

Just try the following mappings:

" Make cursor keys ignore wrapping
inoremap <Down> <C-R>=pumvisible() ? "\<lt>Down>" : "\<lt>C-O>gj"<CR>
inoremap <Up> <C-R>=pumvisible() ? "\<lt>Up>" : "\<lt>C-O>gk"<CR>

You can find them in evim.vim.

Best wishes,
Georg



        
        
                
___________________________________________________________ Win tickets to the 2006 FIFA World Cup Germany with Yahoo! Messenger. http://advision.webevents.yahoo.com/fifaworldcup_uk/

Reply via email to