Skip to content

Instantly share code, notes, and snippets.

@al3xandru
Created March 19, 2016 09:54
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 al3xandru/4c0605fd44cdcd576e90 to your computer and use it in GitHub Desktop.
Save al3xandru/4c0605fd44cdcd576e90 to your computer and use it in GitHub Desktop.
MacVim auto-transparency
augroup VimTransparency
autocmd!
autocmd FocusGained * set transparency=0
autocmd FocusLost * set transparency=25
augroup END
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment