2010
05.29
Sometime on install your vim has strange behavior.
In insert mode the arrows key write ABBDDDEEE. To fix it you can inter the follow command:

:set nocompatible

For backspace with strange behavior you can use the follows command :

:set backspace=2