Last active
December 10, 2015 17:18
-
-
Save sh2/4466241 to your computer and use it in GitHub Desktop.
Config file for screen
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
escape ^z^z | |
altscreen on | |
autodetach on | |
defscrollback 10000 | |
startup_message off | |
vbell off | |
caption always '%?%F%{= bW}%:%{= KW}%?%2n%f%06=%t' | |
hardstatus alwayslastline '%Y/%m/%d %0c %{= .b}%H%{-} %-w%{= bW}%n %t%{-}%+w' | |
# 80/132 column switching must be enabled for ^AW to work | |
# change init sequence to not switch width | |
termcapinfo xterm* Z0=\E[?3h:Z1=\E[?3l:is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment