set mouse=a set nu set autoindent set laststatus=2 set tabstop=4 set showcmd set cursorline set makeprg=g++ % -o %< -Wall -std=c++11 -DIVE inoremap ( ()<ESC>i inoremap [ []<ESC>i inoremap { {}<ESC>i inoremap ' ''<ESC>i inoremap " ""<ESC>i color ron func! Make() exec "w" exec "make" endf noremap <F8> <Esc>:!time ./%<<CR> noremap <F9> <Esc>:call Make()<CR>
%%%xuefeng
set fillchars=vert: ,stl: ,stlnc: set nu set tabstop=4 set shiftwidth=4 set softtabstop=4 set autochdir set mouse=a set autoindent set list set listchars=tab:| ,trail:.,extends:>,precedes:<,eol: set bufhidden=hide setlocal noswapfile map <F1> <ESC> i imap <F1> <ESC> i imap <F2> <ESC> :wq <CR> imap <F3> <ESC> :w <CR> :!printf "