Vim format and usage settings after installation

Source: Internet
Author: User


After vim is installed, the format and usage habits are set in linux, because most people use vim to edit files. However, after vim is installed, the default format is not used to many users (especially new users ). We recommend a configuration section to modify the vim format. The following configuration is only configured in ubuntu. open the/etc/vim/vimrc file, add the following code to the end: www.2cto.com syntax on set tabstop = 4 set softtabstop = 4 set shiftwidth = 4 set backspace = 2 if & term = "xterm" set t_Co = 8 set t_sb = ^ [[4% dm set t_sf = & [[% 3dm endif 2. open the/etc/profile file and add the following code: export TERM = xterm-color.
 

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.