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
3 Responses to “Fixing vim/vi arrow keys behavior”
Leave a Reply
You must be logged in to post a comment.
Thanks a lot for the tip :). Have been long wondering what to do about this.
Thanks a lot !!
I was really baffled by this.
Tanks a lot!