Skip to content

Instantly share code, notes, and snippets.

@tomotaka
Created February 14, 2013 06:27
Show Gist options
  • Save tomotaka/4950963 to your computer and use it in GitHub Desktop.
Save tomotaka/4950963 to your computer and use it in GitHub Desktop.
my .screenrc
escape
startup_message off
#attrcolor b ".I"
defbce on
term xterm-256color
termcapinfo xterm* ti@:te@
termcapinfo xterm-256color 'is=J7h1;4;6l'
vbell off
hardstatus alwayslastline "%`%-w%{=b bw}%n %t%{-}%+w"
autodetach on
altscreen on
defscrollback 8000
screen screen -U
# if your vim doesn't show you 256color on screen,
# you should check iTerm2 setting.
# Preferences > Profiles > Terminal > Report Terminal Type
# should be: 'xterm-256color'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment