由于昨天ZKT大神说蒟蒻的博客里什么都没有
这里为大家奉上蒟蒻的vimrc
考试时用的:
colorscheme darkblue set t_Co=256 set tabstop=4 set mouse=a set nu set autoindent set autoread set autowrite set Nowrap set cursorcolumn set cursorline map <F1> i imap <F1> <ESC>i imap <F3> <ESC> :!gedit % <CR> imap <F4> <ESC> :!printf "\033c" <CR> <ESC> :!g++ -g -std=c++11 -O2 % -o %<&& ./%< <CR> imap <F2> <ESC> :wq <CR> map <F8> <ESC> :close <CR>i
csps上打不完的:
colorscheme evening set fillchars=vert:\ ,stl:\ ,stlnc:set nu set tabstop=4 set shiftwidth=4 set softtabstop=4 set autoread set autochdir set mouse=a set autoindent set list set Nowrap set listchars=tab:\|\ ,trail:.,extends:>,precedes:<,eol:\ set bufhidden=hide setlocal noswapfile map <F1> <ESC> i imap <F1> <ESC> i imap <F9> <ESC> i imap <F2> <ESC> :!printf "\033c" <CR> :wq <CR> imap <F3> <ESC> :w <CR> :!printf "\033c" <CR> :w <CR> :!gedit %<CR> imap <F4> <ESC> :w <CR> :!printf "\033c" <CR> :!g++ -g -std=c++11 -Wall % -O2 -o %< && ./%<<CR> imap <F5> <ESC> :vsplit <CR> imap <F6> <ESC> :split <CR> imap <F7> <ESC> :tab split <CR> imap <F8> <ESC> :close <CR>i map <F8> <ESC>