Install the VIM editor in Ubuntu

Source: Internet
Author: User

Install vim in Ubuntu is relatively simple. Use the following command:

Sudo apt-get install vim

The system will automatically install vim. Now there will be two kinds of editors in the system. One is the built-in nano editor, and the other is the installation of vim, what if we want to use vim as the default editor by default?

After vim is installed, you can modify the default editor command in Ubuntu to specify vim as the default editor:

The code is as follows: Copy code

Sudo update-alternatives -- config editor

The system may prompt the following:

The code is as follows: Copy code

There are 4 alternatives which provide 'editor '.

Selection Alternative
-----------------------------------------------
1/usr/bin/vim. tiny
2/bin/ed
* + 3/bin/nano
4/usr/bin/vim. basic

Press enter to keep the default [*], or type selection number:

Select/usr/bin/vim. basic, enter 4, and press enter.

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.