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 vim_use+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to