Skip to content

Instantly share code, notes, and snippets.

@LukeB42
Created January 3, 2016 17:58
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 LukeB42/bcde948696f801196d14 to your computer and use it in GitHub Desktop.
Save LukeB42/bcde948696f801196d14 to your computer and use it in GitHub Desktop.
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