[Excerpt from Moka] successfully installed and configured under CentOS 6.5 vim7.4

Source: Internet
Author: User
Tags bz2 wubi

Source: https://my.oschina.net/gzyh/blog/266097

Summary: The use of VMware installed CentOS 6.5, and the user's information with the help of the successful installation and configuration of Vim 7.4. Record the input commands here.

Start learning Linux knowledge, with VMware installed a CentOS system, in Windows used to vim7.4, so also want to install this editor on CentOS 6.5, decided to do, on the Internet to find relevant information.

Referenced by: http://blog.chinaunix.net/uid-29550914-id-4226493.html

Vim 7.4 is configured from: http://www.oschina.net/code/snippet_574132_13357

I'm actually doing it myself, and I'm entering the following command:

--First Delete, RPM-QA | grep VIM--this removes the original installed vim and its associated components yum remove vim vim-enhanced vim-common vim-minimal--Download the latest installation package, source code format wget ftp://ftp.vim/org/pub/vim/unix/vim-7.4.tar.bz2-Download the other two related packages wget ftp://ftp.vim.org/pub/vim/extra/vim-7.2-extra.tar.gz wget ftp://ftp.vim.org/pub/vim/extra/ Vim-7.2-lang.tar.gz--Unzip three packages below tar jxvf vim-7.4.tar.bz2 tar zxvf vim-7.2-extra.tar.gz tar zxvf vim-7.2-lang.tar.gz--Take a look at the untied situation ll--Move the plug-in package to the Vim74 home directory MV vim72 Vim74--Install packages required for compilation   yum info ncurses-devel yum  Install  ncurses-devel --upgrade gcc yum update  gcc yum info gcc cd vim74/src ./configure --enable-multibyte \-- with-features=huge \--disable-selinux make make install vim --version -< Span class= "Ruby" >-the following needs to go back to the user home directory and configure Vim -- Modify the Windows configuration file to use Linux under the name   mv _vimrc .vimrc  --the link in the above mentioned in the package upload to Linux, the following decompression  unzip vim.zip - -according to configure the user tips, install the following two plugins  yum install ctags yum install cscope  cd .vim ll mv vim* plugin/ vim --running vim     

To this installation is complete.

In addition I went to http://code.google.com/p/vimim-wubi/downloaded Vim_wubi.vim this built-in Wubi,

Because I like to use Wubi, now there are problems:

I install CentOS using the English interface installation, in the installation also chose to support Chinese, but in vim and CRT Chinese can not display properly, has not solved this problem, the Netizen has a solution to help.

[Excerpt from Moka] successfully installed and configured under CentOS 6.5 vim7.4

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.