标签:行号 idt lin 下划线 set 自动补全 空格 配置 []
#设置行号
set nu
#设置下划线
set cursorline
#设置自动锁紧
set autoindent
#设置shift空格
set shiftwidth=4
#设置c 风格缩进
set cindent
#自动补全括号
inoremap ( ()<ESC>i
inoremap [ []<ESC>i
inoremap { {}<ESC>i
inoremap < <><ESC>i
标签:行号 idt lin 下划线 set 自动补全 空格 配置 []
原文地址:http://www.cnblogs.com/whm-blog/p/7004411.html