Hm, not sure about the setting, but if you start vim like following
then it will run in vi-compatible mode (:set compatible) and arrow keys in insert mode won't work as expected, but instead of going back to normal mode capital letters (A, B, C, D) are inserted, each in new line above the rest. Not sure why this happens, maybe it depends on terminal emulator. I'm trying this on KDE's Konsole.
I can see your point how it would make things even more unfriendly to people who are less experienced with vi-like text editors and who just want to do some simple changes to a text file, but it wasn't really designed to be used like this and staying too long in insert mode just makes things more difficult (e.g. undo will revert too many changes).