Skip to content

Instantly share code, notes, and snippets.

@igemnace
Created September 5, 2017 09:36
Show Gist options
  • Save igemnace/b7da9777ea2b22ae5a6db9b05a1eb26a to your computer and use it in GitHub Desktop.
Save igemnace/b7da9777ea2b22ae5a6db9b05a1eb26a to your computer and use it in GitHub Desktop.
No-statusline-wednesdays on #vim! Place in your ~/.vim/after/plugin directory for best results.
if system("date +%a") =~? "wed" | set laststatus=0 | endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment