Created
September 24, 2014 17:37
-
-
Save JohnSpeno/f2186a74ebafd710ada7 to your computer and use it in GitHub Desktop.
my .screenrc file
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
shell -$SHELL | |
startup_message off | |
defscrollback 8192 | |
bind j focus down | |
bind k focus up | |
bind t focus top | |
bind b focus bottom | |
bind W windowlist | |
hardstatus alwayslastline | |
hardstatus string '%{= kK}%{w}%H %{K}%= %{= kw}%?%-Lw%?%{B}(%{W}%n*%f %t%?(%u)%?%{B})%{w}%?%+Lw%?%?%= %{K}%{B} %{w}%c%{K}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment