Skip to content

Instantly share code, notes, and snippets.

@ficus
Created October 6, 2016 15:39
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 ficus/f5602a44699c9108c85b6eb58217cd76 to your computer and use it in GitHub Desktop.
Save ficus/f5602a44699c9108c85b6eb58217cd76 to your computer and use it in GitHub Desktop.
customizations to .screenrc
term xterm
defutf8 on
defflow off
vbell off
autodetach on
startup_message off
attrcolor b ".I"
termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm'
defbce "on"
shell -$SHELL
#screen -t shell1 0
#screen -t devws01 1 ssh tgodar@someserver.com
#screen -t devws01 2 ssh tgodar@someserver.com
#select 0
hardstatus alwaysignore
hardstatus alwayslastline
hardstatus string '%{Yk}%-w%{.Yk}%n %t%{-}%+w %=%{.w} %{kY}%C'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment