For some strange reason ctrl-i/o combination to jump to previous/next location doesn’t work for me.
As suggested in the comment to OP
Jump with Ctrl-O/I doesn't work in my Vim
:verbose map <C-o> and :verbose map <C-i> gives me “no mapping found”.
How do i restore these key mappings ?
EDIT : This is my vimrc http://pastebin.com/bX2NkNgz
You should use
Or you can press C-vC-i and C-vC-o respectively
(if on Windows, you might need to use C-q instead of C-v)
PS. Are you on windows? If so, try scrapping
behave mswinandsource mswin.vimand similar from$MYVIMRC. Restart