- How to use Tim Pope's Pathogen
 - Idiomatic vimrc (superseded by idiomatic-vimrc)
 - Clipboard sharing on Mac OS X is easy
 - Apprentice — The Making Of
 - Vim: pushing built-in features beyond their limits
 - The right way to override any highlighting if you don't want to edit the colorscheme file directly
 - What to do with macros?
 - Dealing with autocommands
 - Linting your code, the vanilla way
 - Tags
 - Painless ESLint/Standard integration
 - Off the beaten path
 - Instant grep + quickfix
 - Don't use Vim (2018)
 
- Vim: available lowercase key pairs in normal mode…
 - RNB, a Vim colorscheme template (superseded by vim-rnb)
 - Show 
]I,[I,]D,[D,:ilistand:dlistresults — even spanning multiple files — in the quickfix window. (superseded by vim-qlist) - Edit all buffers and come back without losing highlighting
 - Diff detection in vimscript
 - Redirect the output of a Vim or external command into a scratch buffer
 - Universal opposite of J
 - Make various list-like commands more intuitive
 - Sharing is caring
 - Custom text-objects
 - Lookup keywords on http://devdocs.io (superseded by vim-devdocs)
 - Do things differently depending on the environment
 - Ultra lightweight aligning
 - Insert the current line into the command-line
 - Colorize IRC nicks
 - Highlight characters after line 80
 - Markdown : jump to next heading
 - Repeat last edit n times
 - How to add dynamic highlighted parts to your status-line
 - Multiply/divide by 
[count] - Sort operator
 - Print declaration of word under the cursor
 - Super cheap git blame
 - Formatting without moving
 - Substitute operator
 - One way to set up Vim for Python on MacOS (assuming MacPorts)
 - Quickfix alternative to :g/foo/#
 - Slightly more intuitive gt/gT (may need some unlearning to get used to)
 - :DiffOrig but smarter