Skip to content

Instantly share code, notes, and snippets.

@coronin
Forked from joaopizani/.screenrc
Last active August 29, 2015 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save coronin/a765136566e58386f7a4 to your computer and use it in GitHub Desktop.
Save coronin/a765136566e58386f7a4 to your computer and use it in GitHub Desktop.
# the following two lines give a two-line status, with the current window highlighted
hardstatus alwayslastline
hardstatus string '%{= kG}[%{G}%H%? %1`%?%{g}][%= %{= kw}%-w%{+b yk} %n*%t%?(%u)%? %{-}%+w %=%{g}][%{B}%m/%d %{W}%C%A%{g}]'
# huge scrollback buffer
defscrollback 5000
# no welcome message
startup_message off
# 256 colors
attrcolor b ".I"
termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm'
defbce on
# get rid of silly xoff stuff
bind s split
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment