Created
April 17, 2012 16:49
-
-
Save tdkn/2407430 to your computer and use it in GitHub Desktop.
.screenrc (自分用)
This file contains 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
# GNU Screen settings | |
# prefix key: C-z | |
# literal: z | |
escape ^Zz | |
# General | |
startup_message off | |
vbell off | |
autodetach on | |
defscrollback 1000 | |
# List window | |
hardstatus on | |
hardstatus alwayslastline "%{= gk}[%m/%d %02c:%s] %{gW} %-w%{= wk}%n %t%{-}%+w %=%{gk}$USER@%H[$LANG] (%l) " |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment