Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- colorscheme koehler
- syntax enable
- set cindent
- set shiftwidth=8
- set softtabstop=8
- set number
- "set showmatch
- imap <F2> <ESC>:w<CR>
- nmap <F2> <ESC>:w<CR>
- imap <F7> <ESC>:! g++ -lm -Wall -O2 -static -fopenmp -pthread -o xx % <CR>
- nmap <F7> <ESC>:! g++ -lm -Wall -O2 -static -fopenmp -pthread -o xx % <CR>
- imap <F6> <ESC>:! g++ -lm -Wall -O2 -static -o xx % <CR>
- nmap <F6> <ESC>:! g++ -lm -Wall -O2 -static -o xx % <CR>
- imap <F4> <ESC>:! time ./%<CR>
- nmap <F4> <ESC>:! time ./%<CR>
- imap <F3> <ESC>:! chmod +x % <CR>
- nmap <F3> <ESC>:! chmod +x % <CR>
- imap <F5> <ESC> :! time ./xx <CR>
- nmap <F5> <ESC> :! time ./xx <CR>
- "set omnifunc=ccomplete#Complete
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement