Created
May 28, 2013 08:20
-
-
Save notsobad/5661279 to your computer and use it in GitHub Desktop.
My .screenrc file
This file contains hidden or 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
| 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