现在的位置: 首页 > 综合 > 正文

[Linux][2011-11-17] vim rc 文件

2014年11月23日 ⁄ 综合 ⁄ 共 308字 ⁄ 字号 评论关闭

set ch=2                " Make command line two lines high

set mousehide           " Hide the mouse when typing text
set number
set background=dark
set history=50
set autoindent
set smartindent
set tabstop=4
set shiftwidth=4
set showmatch
set incsearch
set nobackup
set hlsearch
set showcmd
set termencoding=utf-8
set fileencodings=utf-8
set ruler
set et

 

 

 

抱歉!评论已关闭.