Linux

06c60f4d :Anonymous 2011-08-20 07:35
俺の~/.screenrcでも晒してみよう殆どコピペだけど。

escape ^Tt
shelltitle "$ |bash"
defbce "on"
hardstatus alwayslastline "%{= d.}[%02c:%s]%-1< %L=%-w%45L>%{= b.}%n %t%{-}%+w%-20<%=%{=.b}(%l)"
defencoding utf-8
encoding utf-8 utf-8
startup_message off
msgwait 2
deflogin off
autodetach on
vbell off
autodetach on
startup_message off
multiuser on
bindkey "^[[5~" prev
bindkey "^[[6~" next
bind o eval 'focus'
bind j eval 'echo "Operate window"' 'command -c operate'
bind -c operate o eval 'focus' 'command -c operate'
bind -c operate + eval 'resize +1' 'command -c operate'
bind -c operate - eval 'resize -1' 'command -c operate'
bind -c operate x eval 'remove' 'command -c operate'
bind -c operate s eval 'split' 'focus' 'screen' 'command -c operate'
bind -c operate v eval 'split -v' 'focus' 'screen' 'command -c operate'
Powered by shinGETsu.