Created
April 4, 2016 16:31
-
-
Save dhulihan/1f611aa07827cacb5a0d33819bfa1a06 to your computer and use it in GitHub Desktop.
vim: Change color scheme when using insert mode
This file contains hidden or 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
" visual indicator for insert mode | |
au InsertEnter * colors dracula | |
au InsertLeave * colors molokai |
Author
dhulihan
commented
Apr 4, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment