cychester

Linux Vim配置

set nu
set tabstop=4
set shiftwidth=4
set softtabstop=4
set autochdir
set smartindent
set autoindent
set mouse=a
set cursorline
"set fdm=indent "折叠代码 inoremap {
<CR> {<CR>}<ESC>O map <F9> <Esc> :w <CR> :!g++ % -g -o %< && ./%< <CR>

 

posted on 2018-09-04 21:47  cychester  阅读(189)  评论(5)    收藏  举报

导航