RC 系列:screen.rc
Sunday, January 17th, 2010
Screen真的是无法离开的工具啊,现在我用的screen.rc 如下:
startup_message off
vbell off
#escape /
defscrollback 5000
#backtick 1 60 60 $HOME/.screenrc.acpi # .screenrc.acpi contains 1 line: acpi | awk -F ', ' '{print $2}'
hardstatus alwayslastline
hardstatus string '%{= kG}%-Lw%{= kW}%50> %n*%f %t%{= kG}%+Lw%< %{= kG}%-=%D %m/%d/%y | %C:%s %A |`%{-}'
shell /bin/bash
screen -t first 0 /bin/bash
select 0
#/afs/cs.cmu.edu/user/qing/.screenrc: two characters required after escape.
bind j focus down
bind k focus up
bind h focus left
bind l focus right
bind - resize -1
bind = resize +1
bind d detach
nonblock on
flow off
