Dec
12
In case your arrow keys do not work as usual when you enter in “insert” mode try this:
:set nocompatible
And if this fixes the problem add:
set nocompatible
to your ~/.vimrc file.
I had this problem in FreeBSD 7.0 and this fixed it.
Found here.
Comments
2 Responses to “Fixing vim/vi arrow keys behavior”
Leave a Reply

Thanks a lot for the tip
. Have been long wondering what to do about this.
Thanks a lot !!
I was really baffled by this.