Skip to content

Instantly share code, notes, and snippets.

@thewellington
Created October 12, 2013 02:19
Show Gist options
  • Save thewellington/6944955 to your computer and use it in GitHub Desktop.
Save thewellington/6944955 to your computer and use it in GitHub Desktop.
My .screenrc file
## .screenrc ##
startup_message off
sorendition 00 07
# Tab bar
hardstatus off
hardstatus alwayslastline
hardstatus string '%{= kW}[%= %{= kw}%?%-Lw%?%{r}(%{g}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{W}][%{Y} %l %{W}]'
# COLORS! and some useful terminfo
term screen-256color
terminfo rxvt-unicode 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment