Created
September 5, 2012 05:56
-
-
Save ninehills/3631277 to your computer and use it in GitHub Desktop.
screenrc example
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
| #close the startup message | |
| startup_message off | |
| term linux | |
| setenv LC_CTYPE zh_CN.GBK | |
| setenv TERM linux | |
| #set a biger buffer | |
| #defscrollback 1024 | |
| defscrollback 2048 | |
| caption always "%{=u .r} %-w%<%{=ub .Y}%n %t%{=u .r}%+w " | |
| hardstatus alwaysignore | |
| hardstatus alwayslastline "%{= .K} [%l]%<%=%{= .Y}$USER%{= .R}@%H %=%{= .m} %Y/%m/%d%{= .M} %0c " | |
| #shutdown the noise | |
| vbell off | |
| #initial apps to run | |
| #screen bash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment