随笔分类 -  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! 阅读全文
posted @ 2020-01-19 17:36 newbielyx 阅读(168) 评论(0) 推荐(1)
摘要: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 阅读全文
posted @ 2019-11-15 09:33 newbielyx 阅读(336) 评论(0) 推荐(1)