Skip to content

Instantly share code, notes, and snippets.

@gramos
Created April 23, 2015 18:48
Show Gist options
  • Save gramos/e34eff401274c0e0c044 to your computer and use it in GitHub Desktop.
Save gramos/e34eff401274c0e0c044 to your computer and use it in GitHub Desktop.
# C-a :source .screenrc
termcapinfo xterm* ti@:te@
term screen-256color
startup_message off
vbell off
autodetach on
altscreen on
shelltitle "$ |bash"
defscrollback 10000
defutf8 on
nonblock on
hardstatus alwayslastline
#hardstatus string '%{= kw}[ %{= kb}%H%{= kw} ][%= %{= kw}%?%-Lw%?%{= kW}%n*%f%t%?%?%{= kw}%?%+Lw%?%?%= ][ %{r}%l%{w} ]%{w}[%{r} %d/%m/%y %C %A %{w}]%{w}'
hardstatus string "%{= g} %{= w}%-Lw%{=r}%n%f* %t%{-}%+LW"
bind 'q' quit
bind ',' prev
bind '.' next
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment