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
You’re currently reading “Fixing the arrow keys in Vim,” an entry on The Greatest Linux Blog on the Internets.
- Published:
- 31.10.07 / 7pm
- Category:
- Uncategorized

5 Comments
Jump to comment form | comments rss [?] | trackback uri [?]