Thank you! On 03/11/06, Georg Dahn <[EMAIL PROTECTED]> wrote:
Hi!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
