码迷,mamicode.com
首页 > 系统相关 > 详细

vim 设置

时间:2017-10-19 14:10:21      阅读:176      评论:0      收藏:0      [点我收藏+]

标签:nbsp   tab   增加   and   indent   idt   width   显示   补充   

set tabstop = 4            //表示tab出来显示多少空格长度    

set softtabstop = 4           //表示编辑模式时退格键的是后退回缩进长度

set shiftwidth = 4           //表示每一级的缩进长度

set noexpandtab/expandtab      //expandtab 缩进用空格表示 , noexpandtab 用制表符表示一个缩进

set autoindent             //新增加的一行和前一行使用相同的缩进形式

 

======有待补充

 

vim 设置

标签:nbsp   tab   增加   and   indent   idt   width   显示   补充   

原文地址:http://www.cnblogs.com/qiaogeqaq/p/7691849.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!