bell the cat

人のイヤがることを(^Д^)(^Д^)進んで行います!

 勝手に転載

Livedoor関連サイトのデータだからそのうち消えるだろうからな(;´Д`)

2005.05.18 19:31 4 にぽたん(188) 
あんま .screenrc コネクリまわしてないので、非常に簡素だけど、一応…

defencoding eucJP
escape ^t^t
password xxxxxxxxxxxxx
startup_message off
autodetach on
vbell off
defmonitor off
defscrollback 2000
hardstatus alwayslastline "%w"
bind s colon 'screen ssh '
bind r eval 'echo "Resize window"' 'command -c resize'
bind -c resize ^] command
bind -c resize j eval 'resize +1' 'command -c resize'
bind -c resize k eval 'resize -1' 'command -c resize'

こんだけ。  

2005.10.31 15:46 5 きむら@のみまくし(8) 
1,2ヶ月前からちゃんと使うようになりました。
.screenrc は同僚からコピーしてきたので、意味も分からず使っている部分もありますが。
起動したときに、一気に一杯開いてくれるのがおしゃれポイント。

escape ^Ta
vbell off
autodetach on

defhstatus "$HOST"
msgminwait 0

# hardstatus をタイトルバー/アイコンに表示
termcapinfo xterm 'hs:ts=\E]0;:fs=\007:ds=\E]0;screen\007'
termcapinfo kterm 'hs:ts=\E]0;:fs=\007:ds=\E]0;screen\007'

termcapinfo xterm* LP:hs
termcapinfo kterm* LP:G0:hs


# EUC のための設定
defcharset B^BIB01
defkanji euc
termcap kterm* eA=\E(B:
terminfo kterm* enacs=\E(B:
termcapinfo kterm* KJ=euc

# 色を使うための設定 (ansi-pc-color)
termcap xterm 'AF=\E[3%dm:AB=\E[4%dm'
terminfo xterm 'AF=\E[3%p1%dm:AB=\E[4%p1%dm'
termcap kterm 'AF=\E[3%dm:AB=\E[4%dm'
terminfo kterm 'AF=\E[3%p1%dm:AB=\E[4%p1%dm'

monitor on

screen -t 'svn' 0
screen -t 'htdocs' 1
screen -t 'template' 2
screen -t 'Pages' 3
screen -t 'Data' 4
screen -t 'log' 5
screen -t 'mysql' 6
screen -t 'zsh' 7  

2005.11.19 15:19 6 secondlife(18) 
startup_message off
vbell off
escape ^Tt
bind -c REGION 2 split
bind -c REGION 1 only
bind -c REGION 0 remove
bind -c REGION o focus
bind -c REGION \^ resize
bind x command -c REGION
maptimeout 0
hardstatus alwayslastline "%H[%n] %w"

こんだけ。
上三行と下一行だけあれば特に不便しません。

2005.12.12 22:08 9 hiroping(23) 
bindkey -k kb stuff "\010"
escape ^t^t

基本的にこれだけ、別に不自由していない...