Skip to content

Instantly share code, notes, and snippets.

@ip2k
Created February 11, 2015 22:22
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 ip2k/9d0491139b4fb2c99e16 to your computer and use it in GitHub Desktop.
Save ip2k/9d0491139b4fb2c99e16 to your computer and use it in GitHub Desktop.
.screenrc
startup_message off
activity "%c activity -> %n%f %t"
#caption always "%{= Wk}%-w%{= Bw}%n %t%{-}%+w %-="
#vbell off
term screen-256color
hardstatus on
hardstatus alwayslastline '%{= M} %H%{= G} %l %= %{= w}%-w%{+b r}%n*%t%{-b r}%{w}%+w %= %{c}%d %D %{B}%c '
escape ^\\
bind 'K' kill
bind 'W' windowlist
bind 'V' split -v
# F8 to turn the status bar off
bindkey -k k8 hardstatus alwayslastline
# F9 to turn the status bar on
bindkey -k k9 hardstatus alwaysignore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment