Created
October 26, 2011 12:29
-
-
Save kaneshin/1316206 to your computer and use it in GitHub Desktop.
screen run command(dotfile)
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
# vim:set ts=8 sts=2 sw=2 tw=0: | |
#=========================================================================== | |
# File: .screenrc | |
# Last Change: 19-Oct-2011. | |
# Maintainer: Shintaro Kaneko <[email protected]> | |
#=========================================================================== | |
############################## | |
# encoding setting | |
############################## | |
defutf8 on | |
defencoding utf8 | |
encoding utf-8 utf-8 | |
############################## | |
# switch on/off | |
############################## | |
startup_message off | |
vbell off | |
autodetach on | |
hardstatus on | |
############################## | |
# scrollback | |
############################## | |
scrollback 5000 | |
defscrollback 5000 | |
############################## | |
# status line | |
############################## | |
shelltitle "$|zsh" | |
hardstatus alwayslastline "%{= wk}[screen@$USER]%` %`%-w%{= ck}%n %t%{-}%+w %=[$LANG][%m/%d %02c:%s]" | |
############################## | |
# key mappings | |
############################## | |
escape ^Z^Z |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment