Created
January 3, 2016 17:58
-
-
Save LukeB42/bcde948696f801196d14 to your computer and use it in GitHub Desktop.
This file contains 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 | |
autodetach on | |
hardstatus alwayslastline | |
#hardstatus string "%{= kw} %l %{.kK} %-= @%H - %LD %d %LM - %c " | |
hardstatus string "%{= kw} %l %{.kK}%-w%{.KW}%n %t%{-}%+w %-= @%H - %LD %d %LM - %c " | |
#hardstatus alwaysignore | |
vbell off | |
#term screen-256color | |
caption splitonly "%{.kK}%-w%{.KW}%n %t%{-}%+w" | |
# F4 to turn the status bar off | |
bindkey -k k4 hardstatus alwaysignore | |
# F5 to turn the status bar on | |
bindkey -k k5 hardstatus alwayslastline |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment