That is my vim config.
In Ubuntu
wget https://raw.githubusercontent.com/scwuaptx/vimrc/master/install.sh
sh Install.sh
In OSX
wget https://raw.githubusercontent.com/scwuaptx/vimrc/master/install-mac.sh
sh install-mac.sh
F9
is a script runner
F12
is a singlecompiler and runner
\gd
is gtags/def
\gr
is gtags/ref
If you want to tracecode you need to change to your directory of source
and enter a command , which is gtags
.