Lost left/right cursor keys in VIM insert mode?

Posted by depesz on Super User See other posts from Super User or by depesz
Published on 2010-05-10T15:31:54Z Indexed on 2010/05/10 15:34 UTC
Read the original article Hit count: 357

Filed under:
|
|

When I edit .sql file in VIM, I can't use left/right cursor keys while in insert mode. In normal mode they work just fine. In another file types - they work fine as well. in ~/.vim/ftplugin/sql.vim there is bunch of "iab"s, but not much more.

I found out that when running vim with standard vimrc, not-customized, the problem is not existing.

What could be wrong? Is there any option that could have been set, that disables some (up and down work) cursor keys in insert mode ?!

© Super User or respective owner

Related posts about vim

Related posts about insert