Skip to content

Instantly share code, notes, and snippets.

@aisuii
Created December 7, 2010 16:38
Show Gist options
  • Save aisuii/732017 to your computer and use it in GitHub Desktop.
Save aisuii/732017 to your computer and use it in GitHub Desktop.
escape ^Tt
startup_message off
vbell off
autodetach on
defencoding utf-8
encoding utf-8 utf-8
hardstatus alwayslastline "%{= wk} %-w%{=bu dg}%n %t%{-}%+w %= %{=b wb}%y/%m/%d %{=b wb}%c"
shelltitle "$ |bash"
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'
bind ^L clear
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment