Skip to content

Instantly share code, notes, and snippets.

@yuya-matsushima
Created January 19, 2012 04:05
Show Gist options
  • Save yuya-matsushima/1637760 to your computer and use it in GitHub Desktop.
Save yuya-matsushima/1637760 to your computer and use it in GitHub Desktop.
.screerc
shell zsh
hardstatus alwayslastline "[%02c] %`%-w%{=b bw}%n %t%{-}%+w"
startup_message off
escape ^Z^Z
vbell off
altscreen on
# 起動時にwindow開く
screen -t db 1
screen -t log 2
screen -t zsh 3
screen -t sub1 4
screen -t sub2 5
select 1
split -v
split
focus
select 2
focus
select 3
# 分割
bind - split
bind \ split -v
# 分割領域を変える
bind h resize -h +5
bind j resize -v +5
bind H resize -h -5
bind J resize -v -5
# rename
bind , title
# copy
bind y copy
# 現在の分割領域を削除
bind e remove
bind E only
defscrollback 3000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment