Hey folks,

I have this section in my .vimrc file:

    
    " Don't. Use. The. Arrow. Keys.
    nnoremap <up>    <nop>
    nnoremap <down>  <nop>
    nnoremap <left>  <nop>
    nnoremap <right> <nop>
    inoremap <up>    <nop>
    inoremap <down>  <nop>
    inoremap <left>  <nop>
    inoremap <right> <nop> 


But, the arrow keys still work in insert mode. How can I fix that? Or it's 
impossible to do it?

My Macvim version is: "Vim version 7.3.  Last change: 2010 Jul 20"
And I'm in MacOS X Lion.

Thanks in advance!

--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