Ton of links incoming. (Apologies for not replying to the existing thread. I hadn't subscribed to the list in time.)
Slides: https://github.com/whiteinge/presentations/raw/master/plug_2013-07-16_vim/presentation.pdf Video: https://www.youtube.com/watch?v=gKshvGM7qUc My ~/.vimrc: https://github.com/whiteinge/dotfiles/blob/master/.vimrc See also, my filetype specific customizations: https://github.com/whiteinge/dotfiles/tree/master/.vim/ftplugin The tri-fold "Vim Quick Reference Card" that has graced my desk for many years. (Jonathan's is quite good also!) http://www.cheat-sheets.org/saved-copy/vimqrc1.pdf Ryan, re: Git integration, Vim has a very cool but simple integration built-in (no external plugins needed) which you can read about with ``:help ft-gitcommit-plugin``. When you make a commit in Git and it opens Vim so you can type the commit message, this will also open the diff for the commit in a split window. You can see how I'm using it here: https://github.com/whiteinge/dotfiles/blob/master/.vim/after/ftplugin/gitcommit.vim /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */
