This is my .vimrc and plugins, plugins are manageed by vim-plug.
I'm a C/C++ developer,so this vim profile is very suitable for C/C++ developer, I have install the following plug in:
- cscope_maps - cscope key mapping
- cscope_dynamic - Dynamic generate cscope database
- vim-airline - Nice status bar
- vim-ctrlspace - Quick search/open buffer
- minibufexpl - Buffer management
git clone https://github.com/geesun/Vim-stuff.git
cd Vim-stuff
cp vimrc ~/.vimrc
cp vim ~/.vim -a
:PlugInstall
- F12 - Create the cscope database
- F10 - Create the arm64 Linux cscope database
- CTRL + p - Nav buffer and open a buffer
- CTRL + ] - Jump to this tag define
- CTRL + T - Jump back
- CTRL + \ + s - Find the symbol reference
- SPACE + z - Toggle full screen
- SPACE + m - Toggle the mini buf