Skip to content

Instantly share code, notes, and snippets.

@omgmog
Created October 4, 2012 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save omgmog/3833690 to your computer and use it in GitHub Desktop.
Save omgmog/3833690 to your computer and use it in GitHub Desktop.
my .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
nethack on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment