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>
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>