startup_message off # Ctrl-jをscreenのコマンド起動キーへ(標準はCtrl-A) escape ^jj # 接続が切れたら自動的にdetach(効果薄いのでattach時に-d -rした方が良い) autodetach on # 基本文字エンコーディングをUTF8へ defencoding utf8 # PCの状態を表示するか? 表示するならばどう表示するか? hardstatus alwaysignore #hardstatus alwayslastline "%w" # 10番目以降のスクリーンのジャンプ方法を設定。 # 0-9番目のスクリーンへのジャンプが「Ctrl-j → 数字(0-9)」に対し、 # 10-19番目以降は「Ctrl-j → - → 数字(0-9)」と設定。 bind - command -c jump2 bind -c jump2 0 select 10 bind -c jump2 1 select 11 bind -c jump2 2 select 12 bind -c jump2 3 select 13 bind -c jump2 4 select 14 bind -c jump2 5 select 15 bind -c jump2 6 select 16 bind -c jump2 7 select 17 bind -c jump2 8 select 18 bind -c jump2 9 select 19