博客园 首页 私信博主 显示目录 隐藏目录 管理

vimrc

syntax on
set nu
set ruler
set tabstop=4
set autoindent
"set mouse=a
color default
set autoread
set nobackup
set autowrite
set noswapfile
map<F9> <Esc>:w<CR>:!g++ % -o %< && ./%<<CR>
imap <F9> <Esc>:w<CR>:!g++ % -o %< && ./%<<CR>

vim内
编辑-配置文件首选项
字体:Courier 10 Pitch 15
光标形状:I型

posted @ 2017-10-30 08:00  Hanser  阅读(133)  评论(0编辑  收藏  举报