Skip to content

Instantly share code, notes, and snippets.

@omgmog
Created March 27, 2012 11:29
Show Gist options
  • Save omgmog/2215158 to your computer and use it in GitHub Desktop.
Save omgmog/2215158 to your computer and use it in GitHub Desktop.
my .screenrc, goes in ~/.screenrc
startup_message off
screen -t serve
screen -t git
select 0
autodetach on
term screen-256color
termcapinfo xterm-256color|xterm-color|xterm|xterms|xs|rxvt ti@:te@
altscreen on
hardstatus on
hardstatus alwayslastline
hardstatus string '%{= kG}[ %{G}%H %{g}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %m-%d %{W}%c %{g}]'
bindkey "^[Od" prev # change window with ctrl-left
bindkey "^[Oc" next # change window with ctrl-right
vbell off
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment