Last active
August 29, 2015 13:57
-
-
Save srlemke/9655820 to your computer and use it in GitHub Desktop.
.screenrc - Change between screens with alt + > or <
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
| startup_message off | |
| vbell off | |
| bell_msg 'Bip [%]^G' | |
| msgwait 1 | |
| defobuflimit 1024 | |
| hardcopydir /tmp | |
| defscrollback 3000 | |
| bindkey -t "^[," prev | |
| bindkey -t "^[." next | |
| caption always "%{wK}%?%-Lw%?%{bw}%n*%f %t%?(%u)%?%{wK}%?%+Lw%? %= %{= Kw}%110`%109`%111`" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment