2012-01-01から1ヶ月間の記事一覧

screenrc

startup_message off escape ^Jj defscrollback 2000 caption always "%{= wk} %-w%{=bu dr}%n %t%{-}%+w %= %{=b wb}%y/%m/%d(%D) %{=b wb}%c" defhstatus "[^En:^Et]" hardstatus alwayslastline "$USER@$HOSTNAME %h" vbell off autodetach on shell zsh …

vimrc

filetype off """ Vundle ''' set rtp+=~/.vim/vundle/ call vundle#rc() filetype plugin on " 利用中のプラグインをBundle Bundle 'cake.vim' Bundle 'neocomplcache' Bundle 'unite.vim' Bundle 'surround.vim' Bundle 'taglist.vim' Bundle 'ZenCoding.v…