Created
June 11, 2015 23:10
-
-
Save zsombor/edc3dfedc17e2111e482 to your computer and use it in GitHub Desktop.
screenrc
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
# No annoying audible bell, using "visual bell" | |
vbell on | |
startup_message off | |
defscrollback 32000 | |
# start some programs in the given window numbers: | |
# screen -t emacs 0 emacs | |
hardstatus alwayslastline | |
hardstatus string "%{= Kk}%{= Kw}%{-}%-Lw%{= kK} %n%f %t %{-}%+Lw %= %{= Kk}%D %M %d,%c " | |
defutf8 on | |
termcapinfo rxvt-unicode ti@:te@ | |
termcapinfo rxvt-unicode 'hs:ts=\E]2;:fs=\007:ds=\E]2;screen\007' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment