微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

vimrc

由于昨天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> :close <@H_635_502@

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。

相关推荐