sudo apt-get install exuberant-ctags
Ctrl-x Ctrl-o
:set tags+=/path/to/my/tags
hi.ctrl-x ctrl-o is not work for me. but ctrl-n and ctrl-p works.is there something wrong with mine?
Did you install the OmniCppComplete scripts that are linked at the top of the post?With it comes also a helpful manual that describes the changes needed in your vimrc file to load the plug-in.And don't forget that you need to be in insert mode for Ctrl-x Ctrl-o to work.
Post a Comment
2 comments:
hi.
ctrl-x ctrl-o is not work for me.
but ctrl-n and ctrl-p works.
is there something wrong with mine?
Did you install the OmniCppComplete scripts that are linked at the top of the post?
With it comes also a helpful manual that describes the changes needed in your vimrc file to load the plug-in.
And don't forget that you need to be in insert mode for Ctrl-x Ctrl-o to work.
Post a Comment