Skip to content

Instantly share code, notes, and snippets.

@kaneshin
Created October 26, 2011 12:29
Show Gist options
  • Save kaneshin/1316206 to your computer and use it in GitHub Desktop.
Save kaneshin/1316206 to your computer and use it in GitHub Desktop.
screen run command(dotfile)
# vim:set ts=8 sts=2 sw=2 tw=0:
#===========================================================================
# File: .screenrc
# Last Change: 19-Oct-2011.
# Maintainer: Shintaro Kaneko <kaneshin0120@gmail.com>
#===========================================================================
##############################
# 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