贴一份vim的配置
时间:2006-12-14 来源:零二年的夏天
网络上抄的,每个配置不是都很明白。
Linux中在.vimrc,如果是使用Windows©下的gvim,要放到_vimrc。
我以为这个_vimrc要在Documents and Stetings下,但现在他在我域帐户的网络驱动器上。
set nocompatible
set number
filetype on
set history=1000
syntax on
set autoindent
set smartindent
set tabstop=2
set shiftwidth=2
set showmatch
set vb t_vb=
set ruler
set nohls
set incsearch
set nobackup
相关阅读 更多 +