Last active
August 29, 2015 13:56
-
-
Save infurno/9052630 to your computer and use it in GitHub Desktop.
Screen rc to allow you to use F5 and F6 to move from screen to screen.
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
| # I got this from Andrew Nelson. https://github.com/red-tux | |
| 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}]' | |
| altscreen on | |
| defscrollback 2000 | |
| termcapinfo xterm ti@:te@ | |
| bindkey -k k5 prev #F5 Previous Window | |
| bindkey -k k6 next #F6 Next Window |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment