20101111

setting for vim

the settings of vim is located at /etc/vimrc

some settings may be helpful:

set nu " show the line number

:colorscheme desert " select one of the theme
set tabstop=4 " set the tab space to 4, default 8
set ic " search without case-sensitive
set hlsearch " highlight search results
set incsearch " instance search

No comments: