07 March 2016

The direction keys on the default vim spit out A B C D on pressing the 4 direction keys while on the ‘insert’ mode. Although, at first glance, one might say, this is vi, not vim. That’s what even I thought.

The fix to this problem was simply adding a ~/.vimrc and adding the line “set nocompatible” to it.