Skip to content

Instantly share code, notes, and snippets.

@baturin
Created January 1, 2011 21:56
Show Gist options
  • Save baturin/762040 to your computer and use it in GitHub Desktop.
Save baturin/762040 to your computer and use it in GitHub Desktop.
screenrc
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