Created
March 27, 2012 11:29
-
-
Save omgmog/2215158 to your computer and use it in GitHub Desktop.
my .screenrc, goes in ~/.screenrc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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