These notes are available at http://bit.ly/bj-vim
I recently updated my vim configuration based on an article I read. Here are some of the best things I have learned from it:
Here is my repo with modifications to what was in the article
<ctrl>-tin zsh for completion,-tfor finding files,-rfor tags (maybe just use jedi for Python)- Better syntax highlighting, spellchecks md files
- vimawesome
- bundle, easy updates
- ALE for Asynchronous linting new in Vim 8
- using
;&<ctrl>-efor buffer changes <space>remapped for folding,-a&M-kfor ag searching- 5 lines off the right at the top
- Tab for completion with supertab
<ctrl>-<space>,<shift>-k, &,-gwith Jedi- reflector log example
- record and replay
q - sort commands
- record and replay
smexy