Created
October 12, 2013 02:19
-
-
Save thewellington/6944955 to your computer and use it in GitHub Desktop.
My .screenrc file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## .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