2008-04-21から1日間の記事一覧

.screenrcも晒してみる

defbce "on" term xterm-color hardstatus on hardstatus alwayslastline hardstatus string "[%02c] % %-w%{=b bw}%n %t%{-}%+w" # ターミナルのサイズ変わるの防止 # Aborted because of window size chage # を防止できるらしい termcapinfo xterm* 'is=\…

.vimrcを晒してみる

vim

set tabstop=4 set expandtab set shiftwidth=4 set autoindent set backspace=2 set number set laststatus=2 "文字コードと改行コードをステータスラインに表示する set statusline=%utf-8 set fileencodings=utf-8,euc-jp,iso-2022-jp,sjis autocmd! BufR…