vim配置

/home/xxx/.vimrc

 

syntax on
filetype on
set history=1000
set number
set autoread
set tabstop=4
set shiftwidth=4
set foldmethod=marker
set foldlevel=0
set expandtab
set showmatch
set background=dark
set mouse=a
set ffs=unix,dos,mac

posted @ 2013-02-07 13:49  balaamwe  阅读(146)  评论(0编辑  收藏  举报