Not sure you want to dive in? Check this out
- Hit the ground running:
vimtutor
- Get swol, swol out of control at the VimGym
- Upgrade Vim to 7.4
- Trick out your config:
.vimrc
- The Vim Learning Curve is a Myth
- Vim is a Language
- Play Vim Adventures
- Every stroke counts ⛳ Vimgolf
Add these one at a time as you need them, if you add them all at once you'll forget what you have and how to use it. (One per week is a good max). Start with ctrlp.vim.
- Getting Started
- Plugin 'gmarik/vundle' -> plugin manager
- Plugin 'kien/ctrlp.vim' -> fuzzy find files (like Cmd-T)
- Plugin 'scrooloose/syntastic' -> syntax checking
- Plugin 'w1zeman1p/vim-snippets' -> add snippets using tab
- Plugin 'w1zeman1p/vim-snipmate' -> use textmate snippets
- Plugin 'tpope/vim-rails' -> navigate rails like a boss
- Plugin 'scrooloose/nerdtree' -> directory structure
- Plugin 'vim-scripts/tComment' -> comment code quickly
- Plugin 'maksimr/vim-jsbeautify' -> map shortcuts to autoformat javascript
- 🎥 Ben Orenstein video
- 🎥 vimcasts
- Read tbaggery.com
- Follow @tpope
- Follow @vimgolf