Created
August 24, 2013 22:46
-
-
Save joshrp/6330834 to your computer and use it in GitHub Desktop.
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
#Main | |
vbell off | |
escape `` | |
startup_message off | |
autodetach on | |
mousetrack on | |
#Caption | |
caption always "%{kw}%-w%{wr}%n %t %{-}%+w" | |
#Bindings | |
bind c screen 1 #Start numbering at 1, easier on the keyboard | |
bind s split #split window | |
bind t title #window title | |
bind Q quit #quit | |
bind - resize -5 # Decrease region by 5 | |
bind = resize +5 # Increase region by 5 | |
bindkey -k k3 screen -t Pi phonepi | |
#Windows | |
windowlist title "Num %10=Title %=Flags%" | |
windowlist string " %n - %10= %t %f" | |
termcapinfo xterm* ti@:te@ | |
termcapinfo xterm-color ti@:te@ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment