Skip to content

Instantly share code, notes, and snippets.

@bhenderson
Created May 12, 2011 14:37
Show Gist options
  • Save bhenderson/968623 to your computer and use it in GitHub Desktop.
Save bhenderson/968623 to your computer and use it in GitHub Desktop.
my screenrc file
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