Configure Vim on your own virtual machine. I don't know how to use a lot of data on the Internet. I personally think it is better to add one. Below are some of my simple configurations, which are enough currently. Wait for what to use, and then update and add it:
But you still need one
Sudo apt-Get install ctags // used for jump
In the source code Directory: ctags-R. Use Ctrl +] to jump to the function and CTRL + T to return.
Set nu "display row number set showcmd" display command set showmatch "display matching brackets set cindent" C/C ++ bin indent "tab to 4 character set expandtabset smarttabset shiftwidth = 4 set tabstop = 4 set history = 4000 "Vim remembers historical operation count set autoread" when the file is modified externally, automatically re-read set hlsearch "High Brightness anti-white set laststatus = 2" display the file name and path of the current edited file "Remember last editautocmd bufreadpost * \ ifline (" '\ "")> 0 & line ("'\" ") <= line (" $ ") | \ exe" normal G' \ "" | \ endif