Skip to content

Instantly share code, notes, and snippets.

@aiafrasinei
Created February 5, 2019 15:56
Show Gist options
  • Save aiafrasinei/6ffd2fe86728024558c88f3d67b3894d to your computer and use it in GitHub Desktop.
Save aiafrasinei/6ffd2fe86728024558c88f3d67b3894d to your computer and use it in GitHub Desktop.
vim cscope usage
build db:
cscope -R -b -q
ctags -R --c++-kinds=+p --fields=+iaS --extra=+q .
CTRL + ] - go to definition
CTRL + \ s - search occurences of symbol below cursor
CTRL + t - go back
cs f s sym - cscope find symbol sym
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment