Skip to content

Instantly share code, notes, and snippets.

@devvesa
Created July 29, 2012 15:56
Show Gist options
  • Save devvesa/3199748 to your computer and use it in GitHub Desktop.
Save devvesa/3199748 to your computer and use it in GitHub Desktop.
GNU Screen configuration file
# 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