Skip to content

Instantly share code, notes, and snippets.

@tyjak
Last active December 2, 2015 00:08
Show Gist options
  • Save tyjak/ecb28aa22322473d9517 to your computer and use it in GitHub Desktop.
Save tyjak/ecb28aa22322473d9517 to your computer and use it in GitHub Desktop.
2015-08-06.wiki

Table of Contents

Vim meetup 150806

Color vim tip

Change the color scheme on mode change

 autocmd InsertMode * :colorscheme customgreen 
 autocmd InsertLeave * :colorscheme customred 

Vim within your cloud dev environment

Using the cloud as you dev environment

Some cool stuff by nobe4

Cool stuff from https://github.com/nobe4

If something missing just post a comment !

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