Arrow Keys In Vim
Oct.16, 2007 in
Blog, Think Linux
When you navigate using the arrow keys in vim, you might get some funny characters like A, B, C…etc. In .vimrc, add this line:
:set nocompatible
This should do the trick.
When you navigate using the arrow keys in vim, you might get some funny characters like A, B, C…etc. In .vimrc, add this line:
:set nocompatible
This should do the trick.
November 8th, 2008 at 1:10 am
hey…
agree…