1, first install Vim (Linux is the Vi,vim is the VI Upgrade enhanced version): sudo apt-get install
Vim (before executing this command, it is best to configure Ubuntu with a software source and update it so that the version of Vim installed will be a little higher, relatively new, my vim version is 7.4)
2, after the installation of Vim, the input vim–version detection is successful and VIM version
3, configure vim: Download configuration file http://download.csdn.net/detail/swx1477572187/9477584
4, before the configuration need to install some plug-ins: sudo apt-get install ctags;sudo apt-get install vim vim-scripts.
5, decompression download the compressed file, which contains configuration files and instructions, according to the use of instructions to operate: The Vim folder content to replace the contents of the ~/.vim folder, the VIMRC to replace the ~/.VIMRC. (Note: The Chown and chmod directives may be used for the Vim folder's permissions)
6, after the end of the configuration input vim