欢迎来到牛棚

一个可以撒野的地方

原创 经常要配VI,在这留一个吧收藏

新一篇: 克拉克:科幻小说黄金时代随他而去 | 旧一篇: 对准月球---业余无线电通信新形式

" set for C/C++ Source Code
set nocp incsearch
set cinoptions=:0,p0,t0
set cinwords=if,else,while,do,for,switch,case
set formatoptions=tcqr
set cindent

set foldmethod=indent

 

syntax on
" for taglist plugin
let Tlist_Ctags_Cmd = '/usr/bin/ctags'
"nmap <F5> ^W_^W\|
"nmap <F6> ^W=

"nmap <silent> <F10> :Tlist<CR>
"nnoremap <silent> <F9> :TlistSync<CR>
"nnoremap <silent> <F7> :TlistUpdate<CR>
" highlights what it has founded
set hlsearch
" ignore the ignorecase option if the user went to the trouble of
" entering uppercase characters.
set ignorecase
set smartcase
" display tab's space is 4 chars
set tabstop=4
" using mouse
set mouse=n
" always use unix fileformat
set fileformat=unix
" modify the large pasted text
set paste
" display cursor's line/column
set ruler
" show status line
set laststatus=2

set nu

发表于 @ 2008年04月17日 14:57:00|评论(loading...)|收藏

新一篇: 克拉克:科幻小说黄金时代随他而去 | 旧一篇: 对准月球---业余无线电通信新形式

评论:没有评论。

发表评论  


登录
Csdn Blog version 3.1a
Copyright © 老牛