WordPress CLI Theme 好酷,網站一進去就是 Command Line Interface 了。
好想要喔。
Posted by yungyuc
at 20:54,
0 comment,
0 trackback.
WordPress CLI Theme 好酷,網站一進去就是 Command Line Interface 了。
好想要喔。
對,我開始改這裡的程式了。所以紀錄一下編網頁的時候會用到的 autocmd:
au BufRead *.py set ai et nu sw=4 ts=4 tw=79 au BufRead *.html set ai et nu ts=4 sw=4 au BufRead *.htm set ai et nu ts=4 sw=4 au BufRead *.css set ai et nu ts=4 sw=4
再補一個 reStructuredText 的:
au BufRead *.rst set ai et nu ts=2 sw=2