## エスケープキーの設定 escape ^Tt ## ビジュアルベルを無効 vbell off ## ステータス行の設定 hardstatus alwayslastline "[%02c] %`%-w%{=b bw}%n %t%{-}%+w" ## スタートアップ時メッセージ無効 startup_message off ## 自動でデタッチする autodetach on ## スクロール行を 10,240行 defscrollback 10240 ## ^T U で UTF-8 / ^T E で EUC-JP を切り替え bind U eval "encoding utf-8" "!!!echo 'export LANG=ja_JP.UTF-8'" bind E eval "encoding euc" "!!!echo 'export LANG=ja_JP.EUC-JP'"