vimrc备份

set hlsearch
set nocompatible
set nu
filetype on
syntax on
set autoindent
set smartindent
set tabstop=4
set shiftwidth=4
set expandtab
if has('mouse')
 set mouse-=a 
endif

Leave a Reply

Your email address will not be published. Required fields are marked *