Λάδι Βιώσας

http://profile.hatena.ne.jp/kenkitii/

覚書 .screenrc

escape ^Tt
defhstatus "^En:^Et"
# コピーモードで Emacs のような移動を可能にする
# (man にも載っている定番)
markkeys h=^b:l=^f:$=^e

# 現在位置から行末までコピーする
# URL のコピペに使えます(C-a C-k)
bind ^k  eval "copy" "stuff ' $ '"

# コピーモードに入った直後に最初のマークを付ける
bind ' ' eval "copy" "stuff ' '"

# Emacs の yank っぽいペースト
bind ^y paste .

# Emacs風画面分割
bind 2 split
bind o focus
bind 1 only
bind 0 remove

#タブ風のキャプション表示
caption always "%{= wg} %-w%{=bu dr}%n %t%{-}%+w %= %{=b wb}%y/%m/%d(%D) %{=b wm}%c"

# etc
vbell off
startup_message off

これは便利だ