On 24/12/2011, at 12:38, Tony Mechelynck wrote:

> Maybe Vim diesn't see them as these keys? In Insert mode, does macvim
> print anything (and what) if you type these keys preceded each time by
> Ctrl-V (or by Ctrl-Q if your Ctrl-V is remapped to the paste
> operation)? Then same question, but preceded by Ctrl-K instead?

Yes, it prints <Right>, <Left>, <Up> and <Down>.

I changed the mappings to this:
inoremap <Up>    <nop>
inoremap <Down>  <nop>
inoremap <Left>  <nop>
inoremap <Right> <nop>

And still not working...
Is that a Bug, maybe?

> 
> Best regards,
> Tony.

Thanks for you answer, have a nice Xmas.

--Pedro Henrique Souto



-- 
You received this message from the "vim_mac" 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

Reply via email to