Created
December 7, 2010 16:38
-
-
Save aisuii/732017 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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