概要 †
リンク †
設定 †
.screenrc †
escape ^z^z エスケープキー
autodetach on
defencoding eucJP 文字コード
defscrollback 10000
deflog on
startup_message off 初期画面オフ
hardstatus alwayslastline "%`%-w%{=b bw}%n %t%{-}%+w"
logfile "path/file" ログファイル
bind u encoding utf8 ^z uでUTF-8に変更
bind e encoding eucJP ^z uでEUCに変更
bind w windowlist -b ^z wでウィンドウ一覧
bindkey -k k1 prev F1で前のウィンドウ
bindkey -k k2 next F2で次のウィンドウ
キー バインド †
キー | 動作 |
^z c | 新しい仮想画面の生成 |
^z w | 仮想画面リストの表示 |
^z n | 仮想画面の切替 (昇順) |
^z p | 仮想画面の切替 (降順) |
^z num | 仮想画面の切替 (直接) |
| 仮想画面の切替 (直前のアクティブ画面) |
^z A | 仮想画面のタイトル変更 |
^z S | 仮想画面を分割 |