Skip to content

Instantly share code, notes, and snippets.

@ewheeler
Created December 15, 2009 11:39
Show Gist options
  • Save ewheeler/256872 to your computer and use it in GitHub Desktop.
Save ewheeler/256872 to your computer and use it in GitHub Desktop.
# disable the splash screen
# why is this not the default??
startup_message off
# scroll back a long way (^A Esc)
defscrollback 6000
# show hostname and window list in the status bar
# -----------------------------------------------
# %{gk} green on black
# %H hostname (in literal brackets)
# ----
# %{wk} white on black
# %-w windows BEFORE active
# ----
# %{kw} black on white
# %n %t current window number and title
# ----
# %{-} undo last color
# %+w windows AFTER active
hardstatus alwayslastline '%{gk}[ %H ] %{wk}%-w%{kw}%n %t%{-}%+w'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment