Skip to content

Instantly share code, notes, and snippets.

@notsobad
Created May 28, 2013 08:20
Show Gist options
  • Select an option

  • Save notsobad/5661279 to your computer and use it in GitHub Desktop.

Select an option

Save notsobad/5661279 to your computer and use it in GitHub Desktop.
My .screenrc file
chdir
bindkey "\033[D" prev # change window with ctrl-left
bindkey "\033[C" next # change window with ctrl-right
hardstatus on
hardstatus alwayslastline
hardstatus string '%{= kG}[ %{G}%H %{g}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %d/%m %{W}%c %{g}]'
term xterm
screen -t dev 0
screen -t dev 1
select 0
altscreen on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment