Basic configuration of Vim

Source: Internet
Author: User

Open the VIMRC file.

VIMRC files in ubuntu1204 in the/etc/vim/directory, the VIMRC in this directory is the global vim settings, if only one of the users to change the vim configuration, open the user root directory (that is, ~/ directory) under the. vimrc file, you can also create one without this file.

More individuals need to add content:

"Syntax" syntax on "show the line number" set Nu "Let the TabStop equal 4" set tabstop=4 "set the Autoindent on" set a Utoindent "Set the match time is one tenth second" set matchtime=1 "high Light the search" set Hlsearch "set the C language IND ENT format "Set cindent" set the indent width "set shiftwidth=4" set show status on "set ruler" set show Mode on "set Showmode


Basic configuration of Vim

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.