今日作った.screenrc

screen 入門者な僕が来ましたよ。
というか、きっと DECON に影響受けて screen 使い始めた人多いんだろうなー。
ちなみにポインタは id:naoya さんのところとか、せきむらさんのところとか、google 先生に聞いたり。


escape ^Z^Z

defscrollback 1024

hardstatus on
hardstatus alwayslastline
hardstatus string "%{.bW}%-w%{.rW}%n %t%{-}%+w %=%{..G} %H %{..Y} %m/%d %C%a "

vbell off

shell -$SHELL

bind ^U encoding utf8
bind ^E encoding euc

bind 'd' setenv DISPLAY

bind x command -c REGION
bind -c REGION j split
bind -c REGION k remove
bind -c REGION l only
bind -c REGION n focus
bind -c REGION ^ resize


これから育てていきたいと思います。typester さんのところはレベルの高い Hack が多かった…