Created
July 8, 2010 05:13
-
-
Save iandexter/467662 to your computer and use it in GitHub Desktop.
screen configuration file
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
# 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