Created
December 7, 2011 12:59
-
-
Save nicerobot/1442708 to your computer and use it in GitHub Desktop.
.screenrc with "tabs" using hardstatus and caption options
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
# look and feel | |
caption always "%{= bb}%{+b w}%h %=%{=b rw} %l %{= db} ${USER}@%H %{= dg}%c" | |
hardstatus alwayslastline "%-Lw%{= BW}%50>%n%f* %t%{-}%+Lw%<" | |
# skip the startup message | |
startup_message off | |
# go to home dir | |
chdir | |
# Automatically detach on hangup. | |
autodetach on | |
# Change default scrollback value for new windows | |
defscrollback 10000 | |
# start with visual bell as default | |
vbell on | |
vbell_msg "bell on %t (%n)" | |
activity "Activity in %t(%n)" | |
shelltitle "shell" | |
shell -$SHELL |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What are the numbers 2.40 1.99 1.87 i think it refers to this: %{+b w}%h %=%{=b rw} %l %{= db} ?
Thanks