vimrc

时间:2014-08-13 12:21:06   收藏:0   阅读:367
 1  " show row num
 2  set nu
 3  
 4  " show syntax highlight
 5  set syntax=on
 6 
 7  " set autoindent
 8  set autoindent
 9  set cindent
10 
11  " set tab width
12  set tabstop=4
13  
14  " set history number
15  set history=1000
16  
17  " set smart indent
18  set smartindent
19  
20  " set brackets match
21  set showmatch

 

bubuko.com,布布扣

vimrc,布布扣,bubuko.com

原文:http://www.cnblogs.com/lit10050528/p/3909359.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!