Skip to content

Instantly share code, notes, and snippets.

@handlename
Created February 20, 2010 17:23
Show Gist options
  • Save handlename/309785 to your computer and use it in GitHub Desktop.
Save handlename/309785 to your computer and use it in GitHub Desktop.
autodetach on
bell_msg "^G"
defkanji utf-8
defencoding utf-8
encoding utf-8 utf-8
defscrollback 10000
escape ^z^z
startup_message off
vbell off
caption always "%{= wb} %-w%{=bu dr}%n %t%{-}%+w %= %{=b wk} [%l] %{=b wb}%y/%m/%d(%D) %{=b wm}%c"
bind -c REGION o focus down
bind -c REGION p focus up
bind -c REGION 0 remove
bind -c REGION 1 only
bind -c REGION 2 split
bind -c REGION 3 split -v
bind -c REGION \^ resize +2
bind -c REGION } resize +2
bind -c REGION { resize -2
bind x command -c REGION
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment