Whenever I use vim, and press up, down, left, or right, it maps to A, B, C, D respectively but only in insert mode. Outside of insert mode, the keys work just fine. I checked the .vimrc file and didn't see anything suspicious that could cause this.
I'm on a Mac, OS X 10.8 and on VIM 7.3.923 (just upgraded, that didn't resole any problems either).
I ran :map
which resulted in:
gx <Plug>NetrwBrowseX
<Plug>NetrwBrowseX * :call netrw#NetrwBrowseX(expand("<cWORD>"),0)<CR>
<BS> "-d
<D-x> "*d
<D-c> "*y
<D-v> "-d"*P
<D-v> "*P
And :imap
which resulted in:
<D-v> <C-R>*
Ideas?