The tab in VIM

Source: Internet
Author: User

tab and indent are not the same thing.

tab is a character (tab) whose display width can be defined. You can change the mapping of the TAB key, set it to n spaces, and N is determined by the tab width. Indentation refers to a concept in vim that can be controlled by the > and < keys to increase and decrease the indent, the indentation of the filling unit can be a tab or a space, determined by the state of Expandtab (Noexpandtab/expandtab). The amount of indentation produced by a ">" operation can be customized, not necessarily consistent with the tab width.

The following is the corresponding Setup command for VIM:

Set Expandtab             change the tab map to a space set tabstop=2             set tab width set softtabstop=2         set backspace fallback amount set shiftwidth=2          settings ' > ' and ' < ' indent

Tabs can sometimes cause problems, such as mixing tabs and spaces during Python indentation, causing the program to get an error. Discard tabs in the future, mapping the TAB key in Vim and gedit to two spaces. In order to prevent tab trouble can be set in Vim as follows, eye-catching display tabs:

Set Listset listchars=tab:?

  

The tab in 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.