vimrc

download vimrc

of 1

Transcript of vimrc

"------ TAB ------------------------set smartindentset tabstop=3set shiftwidth=3set expandtab"------------------------------------" MAPPING HOTKEY"------------------------------------map : 0i##[Phong Do]__jmap : 0xxxxxxxxxxxxxxjmap : :set pastemap : :set nopastemap : :set mouse=a:set number0map : :set mouse=i:set nonumber0map : :set wrapmap : :set nowrapmap : :w! map : :wq! "------------------------------------" HIGHLIGHTING"------------------------------------if $TERM=="xterm" set t_Co=256endifset cursorline cursorcolumnhighlight Search cterm=none ctermbg=10"highlight Cursorline cterm=none ctermbg=150highlight Cursorline cterm=none ctermbg= 190highlight Cursorcolumn cterm=none ctermbg=nonehighlight DiffText cterm=bold ctermbg=217