Created
November 11, 2011 20:04
-
-
Save esteigler/1359068 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
startup_message off | |
hardstatus on | |
hardstatus alwayslastline | |
hardstatus string "%{.bW}%-w%{.rW}%n %t%{-}%+w %=%{..G} %H %{..Y} %m/%d %C%a " | |
## detach on hangup | |
autodetach on | |
bindkey ^[[1;3D prev | |
bindkey ^[[1;3C next | |
bindkey ^@ copy | |
defscrollback 15000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment