Skip to content

Instantly share code, notes, and snippets.

@squito
Created December 3, 2014 21:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save squito/b8dbfde9c79285d1862c to your computer and use it in GitHub Desktop.
Save squito/b8dbfde9c79285d1862c to your computer and use it in GitHub Desktop.
logfile screenlogs/log.%n
deflog on
defscrollback 10000
screen 1
#other settings
hardstatus alwayslastline
hardstatus string '%{= kG}[ %{G}%H %{g}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %d/%m %{W}%c %{g}]'
vbell off
autodetach on
#Binds
bind s split
bind - resize -3
bind + resize +3
bind t title
bind x remove
bind k kill
bind m lastmsg
#screen count starts at 1
bind c screen 1
bind 0 select 10
escape "``"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment