Created
January 1, 2011 21:56
-
-
Save baturin/762040 to your computer and use it in GitHub Desktop.
screenrc
This file contains 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 4096 | |
# turn sending of screen messages to hardstatus off | |
hardstatus off | |
hardstatus alwayslastline "%{= kW}%-w%{=b bW}%n %t%{-}%+w %= %c:%s" | |
bce on | |
# set these terminals up to be 'optimal' instead of vt100 | |
termcapinfo xterm*|linux*|rxvt*|Eterm* OP | |
# start at window #1 (not #0) | |
bind c screen 1 | |
bind ^c screen 1 | |
bind 0 select 10 | |
#screen 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment