## **vim安装** 1. **yum安装** ``` yum -y install vim ``` 2. **编辑安装** ``` wget ftp://ftp.vim.org/ftp/pub/vim/unix/vim-6.4-src2.tar.gz tar xvf vim-6.4-src2.tar.gz cd vim-6.4-src2 ./configure --disable-selinux --enable-cscope make make install ``` 3.**Windows安装(GVIM)** https://www.vim.org/download.php#pc https://github.com/vim/vim-win32-installer/releases