Created
July 29, 2012 15:56
-
-
Save devvesa/3199748 to your computer and use it in GitHub Desktop.
GNU Screen configuration 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
# disable startup message | |
startup_message off | |
# autodetach screen sessions | |
autodetach on | |
altscreen on | |
# set status line always in last line | |
hardstatus alwayslastline | |
hardstatus string '%{= kG}[ %{G}%H %{g}][%= %{=kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B}%Y-%m-%d %{W}%c %{g}]' | |
# Default screens | |
screen -t code 0 vim | |
screen -t executions 1 | |
screen -t irc 2 weechat-curses | |
# Big scrollback | |
defscrollback 50000 | |
attrcolor b ".I" | |
termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm' | |
defbce "on" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment