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

vim vimrc

时间:2015-05-16 20:30:08      阅读:176      评论:0      收藏:0      [点我收藏+]

标签:

set nu
 
set shiftwidth=4
set tabstop=4
set softtabstop=4
 
set autoindent
set cindent
set smartindent
filetype indent on
 
set ai!
 
set hlsearch
set incsearch
set showmatch
 
set backspace=2
set background=dark
colorscheme elflord
 
set fileencodings=utf-8,gbk,ucs-bom,cp936
set vb t_vb=
syntax on
 
filetype on

 

vim vimrc

标签:

原文地址:http://www.cnblogs.com/allenhaozi/p/4508379.html

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