Fixing the arrow keys in Vim

Are your Vim / Vi arrow keys making A,C, B etc characters instead of moving around in insert (’i') mode ?

Try typing this … it fixes it for me:

:set nocompatible

Or, add the line:

set nocompatible

to your ~/.vimrc file.

No related posts.


About this entry