It was not fault of the plugins... I was an unexpected side effect of "" inoremap <esc> <nop> "" I setup to push myself to use ctrl-c to change from insert mode to normal mode.
It is possible to disable the esc key without breaking the arrows? On Thu, Aug 7, 2014 at 12:46 PM, Óscar Pereira <[email protected]> wrote: > Are you sure the problem is caused by one of the plugins? Have you > tried removing them all and then adding them back one by one, to see > which one (if any) caused the issue? > > > On Thu, Aug 07, 2014 at 11:14:06AM +0200, Paolo Bolzoni wrote: >> >> Dear list, >> >> After some frustration tring to use CodeBlocks I decided to setup >> vim for c++ programming and I installed the following plugins: >> >> Command-T >> minibufexpl.vim >> nerdcommenter >> nerdtree >> syntastic >> tagbar >> undotree >> vim-easymotion >> vim-sensible >> vim-sleuth >> >> And now I have a quite strange problem, arrows key do not work in >> insert mode! I "fixed" adding this lines in my vimrc, but it is >> hardly a solution. How can I pinpoint the problem? >> >> inoremap <up> <esc>ki >> inoremap <down> <esc>ji >> inoremap <left> <esc>hi >> inoremap <right> <esc>li >> >> I tried to set term=builtin_ansi, but it does not help. It just >> changes what symbols are shown after pressing the keys... >> >> Your faithfully, >> Paolo >> >> -- >> -- >> You received this message from the "vim_use" maillist. >> Do not top-post! Type your reply below the text you are replying to. >> For more information, visit http://www.vim.org/maillist.php >> >> --- >> You received this message because you are subscribed to the Google Groups >> "vim_use" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/d/optout. > > > > -- > Óscar Pereira | https://erroneousthoughts.org > > Rules of Optimisation: > Rule 1: Don't do it. > Rule 2 (for experts only): Don't do it yet. > -- M.A. Jackson -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
