====================================
google CCTree vim plugin
Some commands :
:CCTreeLoadDB cscope.out
:CCTreeTraceForward main
:CCTreeTraceReverse
:CCTreeRecurseDepthMinus //you can run this multiple times.. But It will reach a limit :)
:CCTreeRecurseDepthPlus //you can run this multiple times.. But It will reach a limit :)
====================================
// for directory view
:NERDTree
// To see all functions in single file
:TlistToggle
====================================