Vim Editor Set indent!

Source: Internet
Author: User

Reprinted from Http://blog.chinaunix.net/uid-27213819-id-3813909.html

1. Create a. vimrc file in your own home directory. Console input vi ~/.VIMRC carriage return.

2. Enter the following text in the. vimrc file?

Copy Code
Set tabstop=4
Set softtabstop=4
Set shiftwidth=4
Set Noexpandtab
Set Nu
Set Autoindent
Set Cindent
Copy Code

which
Tabstop: Represents a tab that shows how many spaces are the length of a default 8.

Softtabstop: Indicates the length of the indent when pressing the backspace bar while in edit mode is particularly useful when using Expandtab.

Shiftwidth: Indicates that the length of each level of indentation is generally set to be the same as softtabstop. When set to Expandtab, indentation is represented by a tab with an empty glyd representation of Noexpandtab.

Nu: Indicates the line number is displayed.

Autoindent: Indicates automatic indentation.

Cindent: is specifically for C language auto indent.

3. Save and exit after Setup. Run source ~/.VIMRC to make the configuration file effective. You can experience the indentation when you press the TAB key when you indent the width of 4 spaces when you program a line.

Vim Editor Set indent!

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.