Created
February 11, 2015 22:22
-
-
Save ip2k/9d0491139b4fb2c99e16 to your computer and use it in GitHub Desktop.
.screenrc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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