Skip to content

Instantly share code, notes, and snippets.

@dhulihan
Created April 4, 2016 16:31
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 dhulihan/1f611aa07827cacb5a0d33819bfa1a06 to your computer and use it in GitHub Desktop.
Save dhulihan/1f611aa07827cacb5a0d33819bfa1a06 to your computer and use it in GitHub Desktop.
vim: Change color scheme when using insert mode
" visual indicator for insert mode
au InsertEnter * colors dracula
au InsertLeave * colors molokai
@dhulihan
Copy link
Author

dhulihan commented Apr 4, 2016

vim-color-change-ino

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment