我的vimrc

set nu ru mouse=a sw=4 ts=4 sts=4 nobk autoindent incsearch hlsearch t_Co=256

set cindent

syntax on

colorscheme molokai " 考场就用 koehler



map <F2> : w <CR>

map <F3> : !./%< <CR>

map <F4> : !./%< < ./in > ./out <CR>

map <F5> : !g++ % -o %< -Wall -lm <CR>

map <F6> : !g++ % -o %< -g -Wall -lm <CR>

map <F7> : !gdb %< <CR>

map <C-F9> : vs ./in <CR>

map <C-F10> : vs ./out <CR>

入教第一天0.0

molokai主题下载:http://files.cnblogs.com/files/iwtwiioi/molokai.zip(自觉改后缀为vim)复制到/usr/share/vim/vim74/colors

你可能感兴趣的:(vim)