Skip to content

Instantly share code, notes, and snippets.

@frntn
Created October 8, 2012 08:53
Show Gist options
  • Save frntn/3851498 to your computer and use it in GitHub Desktop.
Save frntn/3851498 to your computer and use it in GitHub Desktop.
A simple screenrc with tabs & login shell
hardstatus alwayslastline
hardstatus string '%{Yk}%-w%{.Yk}%n %t%{-}%+w %=%{.w} %{kY}%C'
shell -$SHELL
deflogin on
backtick 1 5 5 uptime
bind f eval "caption splitonly" "hardstatus ignore"
bind F eval "caption always" "hardstatus alwayslastline"
#defscrollback 12000
#bind ^j focus down
#bind ^k focus up
#bind ^t focus top
#bind ^b focus bottom
#caption always "%{= kb}[ %{G}%H::$USER %{b}][ %=%{w}%?%-Lw%?%{b}(%{W}%n %t%?(%u)%?%{b})%{w}%?%+Lw%?%?%= %{b}][%{G} %Y.%m.%d %{W}%0c %{b}]"
#caption splitonly "%{= kb}[ %{G}%H::$USER %{b}][ %=%{w}%?%-Lw%?%{b}(%{W}%n %t%?(%u)%?%{b})%{w}%?%+Lw%?%?%= %{b}][%{G} %Y.%m.%d %{W}%0c %{b}]"
caption string "%w"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment