Jump with CtrlI doesn't work in my Vim, but CtrlO works.
It's weird, verbose map <c-i>
or verbose map <c-I>
shows below:
s <Tab> <Plug>snipMateNextOrTrigger
Last set from ~/.vim/bundle/vim-snipmate/after/plugin/snipMate.vim
x <Tab> >gv
Last set from ~/.vim/plugin/settings/Settings.vim
n <Tab> v>
Last set from ~/.vim/plugin/settings/Settings.vim
When I press CtrlI, the current line will be indented, and vim goes to Visual Mode.
I tried to add unmap <c-i>
to ~/.gvimrc, but it failed, when macvim starts
Error detected while processing /Users/dfang/.vimrc:
line 83:
E31: No such mapping
How can I get back my CtrlI, and how can I remap CtrlO to Ctrl- (left from = key) ?