--- tags: Vim disqus: HackMD --- Vim操作筆記 === 設定vimrc --- ```shell= vim ~/.vimrc ``` ```shell= ;Syntax Highlighting 配色 syntax on ;顯示行數 set number ```