« 《來跳舞吧》-- Shall We Dance? | Main | 飽食終日、無所事事 »

2005年01月26日

My _vimrc

這是我自定的 vimrc 內容。
備份用。不知道 VIM 是什麼東西的可以跳過。 :p

" Begin with my personal settings!!
"
" === 1. Don't wrap if the text is too long!
set nowrap
"
" === 2. Always use spaces instead of Tabs.
set tabstop=4
set shiftwidth=4
set expandtab
"
" === 3. Yes! I'm a C programmer!!
set cindent
"
" === 3. Highlights in searching is anoying...
set nohlsearch
"
" === 4. Let the screen looks nicer!
colorscheme darkblue
"
" 5. No backups, thank you. I know what I'm doing!
set nobackup
"
" That's it!!
"

Posted by cclo at 2005年01月26日 20:06

Comments