Skip to content

Instantly share code, notes, and snippets.

@bcatubig
Last active November 25, 2015 22:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bcatubig/5822ae10172f6ebe9983 to your computer and use it in GitHub Desktop.
Save bcatubig/5822ae10172f6ebe9983 to your computer and use it in GitHub Desktop.
Basic .screenrc with status bar
bind c screen 1
bind ^c screen 1
bind 0 select 10
screen 1
term xterm-256color
startup_message off
hardstatus off
hardstatus alwayslastline
hardstatus string '%{= kG}[ %{G}%H %{g}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %m-%d %{W} %c %{g}]'
termcapinfo xterm* ti@:te@
vbell off
altscreen on
windowlist string "%4n %h%=%f"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment