The Greatest Linux Blog on the Internets.

Ubuntu, I 'buntu, We all 'buntu, (but only if we want'u).

The Greatest Linux Blog on the Internets. header image 2

Fixing the arrow keys in Vim

October 31st, 2007 · 11 Comments · Uncategorized

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.

Tags:

11 Comments so far ↓

Leave a Comment