Skip to content

Instantly share code, notes, and snippets.

@cou929
Created August 14, 2010 14:08
Show Gist options
  • Save cou929/524328 to your computer and use it in GitHub Desktop.
Save cou929/524328 to your computer and use it in GitHub Desktop.
.screenrc
## エスケープキーの設定
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'"
## ^T kでウィンドウをkill
bind ^k kill
## 文字コードはUTF-8
defutf8 on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment