Created
May 12, 2011 14:37
-
-
Save bhenderson/968623 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
startup_message off | |
shell -$SHELL | |
term "screen-256color" | |
shelltitle '$ |bash' | |
# not sure why I have to do this! | |
# cat ~/.screen.d/shell => ${SHELL} --login | |
#shell /Users/bhenderson/.screen.d/shell | |
#caption always "%?%F%{gk}%:%{rk}%?%n(%t) : %{g}[%{b}%l%{g}]" | |
defscrollback 100000 | |
bind j focus down | |
bind k focus down | |
register o "^a:vert_split^J^a:focus^J^a:screen^J" | |
bind 'o' process o | |
register V "^a:vert_split^J^a:focus^J" | |
bind 'V' process V | |
hardstatus alwayslastline "[%h] %-Lw%{= BW}%50>%n%f* %t%{-}%+Lw%<" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment