Skip to content

Instantly share code, notes, and snippets.

@iandexter
Created July 8, 2010 05:13
Show Gist options
  • Save iandexter/467662 to your computer and use it in GitHub Desktop.
Save iandexter/467662 to your computer and use it in GitHub Desktop.
screen configuration file
# Default sessions
screen -t HOME 4
# Scrolling buffer
defscrollback 99999
altscreen on
# PuTTY fix
term xterm
termcapinfo xterm ti@:te@
# Status line
hardstatus alwayslastline
hardstatus string '%{= kG}%-Lw%{= bW}%50> %n %t %{= kG}%+Lw%< '
# Key bindings
bindkey -k k6 detach
bindkey -k k7 quit
bindkey -k k8 hardstatus alwayslastline
bindkey -k k9 hardstatus alwaysignore
# Other stuff
startup_message off
autodetach on
defutf8 on
crlf off
setenv LC_CTYPE en_US.UTF-8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment