无数次听说 vim 很好用
无数次 :help
无数次被几十篇使用文档劝退 不要阅读理解 不要阅读理解
终于!
神现学弟告诉我这玩意有中文的 短得一批的使用说明
于是。
划水现场

set nocompatible
set nu
set ls=2
set sw=4
set tabstop=4
set autoindent
set cindent
set mouse=a
set cursorline
color ron
map<F5> :w<CR>:!g++ % -o %< -std=c++11 -O2 -Wall && ./%< <CR>
map<F6> :w<CR>
map<F7> :w<CR>:!g++ % -o %< -std=c++11 -O2 -Wall && time ./%< < %<.in <CR>
map<F8> :e<CR>

相关文章:

  • 2022-12-23
猜你喜欢
  • 2022-01-22
  • 2022-12-23
  • 2021-08-31
  • 2021-11-04
  • 2022-01-19
相关资源
相似解决方案