# HG changeset patch # User Meredith Howard # Date 1401678091 14400 # Node ID ea93e309d4dda2ba4439eeb476de65a9f48e6a9c # Parent 9472c147e69bf39f49c0c9aafbd3a84b4b8f9a3b screen: use xterm scrollbacks, skip window 0 diff --git a/.screenrc b/.screenrc --- a/.screenrc +++ b/.screenrc @@ -1,9 +1,15 @@ startup_message off +# I need to get more comfortable with zsh +# shell -/bin/zsh + # babun on windows doesn't have utmp, i don't really work in situations # where not being listed is a concern deflogin off +# use xterm scrollbacks +termcapinfo xterm* ti@:te@ + # pass-through 256-color mode attrcolor b ".I" termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm' @@ -16,3 +22,8 @@ hardstatus off hardstatus string "screen %n (%t)%? [%h]%?" caption always "%{-u wb}%-w%{+u Wb}%n%f*%t%{-}%+w" +# skip window 0 +bind c screen 1 +bind ^c screen 1 +bind 0 select 10 +screen 1