自分用.screenrc

井上です。
自分用に.screenrc の雛形を添付します。

autodetach on
bell_msg "^G"
defkanji utf-8
defencoding utf-8
encoding utf-8 utf-8
defscrollback 10000
escape ^z^z
startup_message off
vbell off
caption always "%{= wb} %-w%{=bu dr}%n %t%{-}%+w %= %{=b wk} [%l] %{=b wb}%y/%m\
/%d(%D) %{=b wm}%c"

###############################
bind s screen
bind p prev
bind n next
bind b windowlist

##############################
### For emacs key bind
bind -c REGION 2 split
bind -c REGION 1 only
bind -c REGION 0 remove
bind -c REGION o focus
bind -c REGION \^ resize
bind x command -c REGION

## screen実行時に開く仮想端末
screen 2 ssh user@192.168.xxx.xxx -i id_rsa
screen 1 emacs -nw
screen 0