Created
October 4, 2012 13:57
-
-
Save omgmog/3833690 to your computer and use it in GitHub Desktop.
my .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 | |
nethack on |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment