#vim plugins
- https://github.com/terryma/vim-multiple-cursors (Sublime-like multiple cursors)
- https://github.com/bling/vim-airline (Nice lean status bar)
- https://github.com/mattn/gist-vim (Create and edit github gists from vim)
- https://github.com/garbas/vim-snipmate (Create and use snippets)
- https://github.com/Valloric/YouCompleteMe (Autocompletion)
- https://github.com/scrooloose/nerdtree (File-Browser)
- https://github.com/jiangmiao/auto-pairs (Autoclose braces and quotes)
- https://github.com/Yggdroot/indentLine (show indent levels)
- https://github.com/scrooloose/syntastic (syntax highlighting for a whole bunch of languages)
- https://github.com/chriskempson/base16-vim (all kinds of styles)
- https://github.com/goatslacker/mango.vim (Made for JS)
- https://github.com/altercation/vim-colors-solarized
- https://github.com/marcus/vim-mustang
- http://www.vim.org/scripts/script.php?script_id=2140
- https://github.com/heavenshell/vim-jsdoc (create js block comments)
- https://github.com/pangloss/vim-javascript
- https://github.com/marijnh/tern_for_vim (js code inspection and autocompletion)
- https://github.com/tobyS/pdv (create php block comments)
- http://mattn.github.io/emmet-vim/ (Emmet for vim)
- https://github.com/itspriddle/vim-marked (Preview markdown in marked)
#Tutorials