Skip to content

Instantly share code, notes, and snippets.

@tadasv
Created November 13, 2011 17:28
Show Gist options
  • Save tadasv/1362368 to your computer and use it in GitHub Desktop.
Save tadasv/1362368 to your computer and use it in GitHub Desktop.
screen rc
term xterm-color
termcapinfo xterm* ti@:te@
startup_message off
vbell off
autodetach on
altscreen on
shelltitle "$ |bash"
defscrollback 10000
defutf8 on
nonblock on
bind 'q' quit
hardstatus alwayslastline
hardstatus string '%{= kw}[ %{= kb}%H%{= kw} ][%= %{= kw}%?%-Lw%?%{= kW}%n*%f %t%?%?%{= kw}%?%+Lw%?%?%= ][ %{r}%l%{w} ]%{w}[%{r} %y/%m/%d %C %A %{w}]%{w}'
# Default screens
screen -t irc 0 weechat-curses
screen -t bash 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment