Created
December 6, 2011 18:54
-
-
Save rdj/1439417 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
| startup_message off | |
| defscrollback 3000 | |
| bind s # remove the flow control garbage | |
| msgwait 1 | |
| escape ^Jj | |
| term screen-256color | |
| bindkey -d -k kb stuff "\010" | |
| shelltitle '@|' | |
| # Last line is status: green hostname, window list in cyan, and time and date right aligned: | |
| hardstatus alwayslastline "%{=b}%{G}%H: %{C}%w %=%{G}%D, %m/%d %C%a" | |
| shell -bash | |
| ## Initial Windows ## | |
| screen 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment