if [ $TERM != 'screen' ];then screen -xR fiと書くまでになっているのだけれど、今日はzshの方でちょっとしたキーバインドを設定。
bindkey -s '^ta' "screen -xR\n"これでデタッチしても「Prefix a」で復帰できて便利便利。 参考までに現在の自分の~/.screenrcはこんな感じ。
escape ^T^T shell zsh vbell off kanji UTF-8 defkanji UTF-8 markkeys "h=^B:l=^F:\$=^E:^B=b:^F=f" defscrollback 10000 caption always "%{=b wk} %-w%{=bu dr}%n %t%{-}%+w %= %{=b wb}%y/%m/%d(%D) %{=b wb}%c"