.vimrcの設定をメモしておく
今のところこんなかんじです set tabstop=4 set number set fileencodings=utf8,iso-2002-jp,cp932,euc-jp set autoindent set shiftwidth=4 set smartindent set cindent "when open the file, show the status. set laststatus=2 set statusline=%F%m%r%h%w\%=[TYPE=%Y]\[FORMAT=%{&ff}]\[ENC=%{&fileencoding}]\[LOW=%l%L] set t_Co=2…
2013/06/18 10:02