不用说,vim配置,我的配置比较简单,就是为了考场上能很快打出来,大神勿喷。
可能是我太弱了吧,用惯了dev,没有括自动补全就难受,于是就加上了。
syntax onfiletype oncolor desertset rulerset numberset cursorlineset tabstop=4set softtabstop=4set shiftwidth=4set autoindentset cindentset smartindentset history=1000set showmatch:inoremap ( ()i:inoremap [ [] i:inoremap { {} i k$a:inoremap ' '' i:inoremap " "" i