This is an overview of how I customize and use Vim to get great work done quickly! It's a bit all over the place, but it covers the most powerful plugins and customizations I've found over nearly ten years to make people think I know what I'm doing.
Here's my .vimrc: https://github.com/jeremyckahn/dotfil...
And here's the project I use to demo some of these techniques: https://github.com/jeremyckahn/farmhand
Protip: To learn more about any plugin I use, simply prepend "https://github.com/" to any plugin name. So this line from my .vimrc:
```
Plug 'pechorin/any-jump.vim'
```
Would be this plugin URL: https://github.com/pechorin/any-jump.vim
I made a few verbal mistakes in this video, but that's because I did it all in one take. Feel free to leave a comment if you have any questions!