Michael Hernandez wrote:

> > * Viktor Kojouharov <[EMAIL PROTECTED]> dixit:
> >> With the upgrade to vim 7, I am no longer able to navigate in insert > >> mode with the arrow keys. This happens in any terminal. In gvim, they > >> work fine. Instead of moving the cursor, the arrow keys do something
> >> like pressing O in normal mode, and then inserting A, B, C or D
> >> depending on the key pressed. They broke when I migrated to vim 7, and
> >> no other changes were made. The TERM variable hasn't changed, and
> >> neither did the ncurses library.

This happens to me when I forget to put "set nocompatible" in my .vimrc

could be?

Mike



Strange. When Vim finds a .vimrc or _vimrc in the $HOME directory, it sets 'nocompatible' just before sourcing it (but not if -u was used on the command-line).


Best regards,
Tony.

Reply via email to