随笔分类 - 4.Linux相关
摘要:``` set guifont=Monaco\ 11 syntax on set number set showmatch set autoindent set smartindent set tabstop=2 set shiftwidth=2 set mouse=a set autoread set nowrap set hlsearch map : call Compile() func!
阅读全文
摘要:syntax on set number set mouse=a set showmatch set autoindent set smartindent set tabstop=2 set shiftwidth=2 set autoread map <F5> : call Compile() <C
阅读全文