Intro to Vim presentation given to the Lansing Area Ruby Meetup. Includes all slides, speaker notes, and examples used.
Launch the slideshow in your browser. You can use the left and right keys to
navigate the slides. If you launch the slides on a webserver (ie.python -m SimpleHTTPServer
), you can view the speaker notes using the "s" key on your
keyboard.
- Command line
- Debian/Ubuntu:
apt-get install vim
- OSX:
brew install vim
- Debian/Ubuntu:
- GUI
- Debian/Ubuntu:
apt-get install gvim
- OSX: MacVim
- Windows: gvim
- Other: http://www.vim.org/download.php
- Debian/Ubuntu:
- Official:
vimtutor
from the command line - Vim Adventures: in browser game for learning
- Cheat Sheet
- Vimcasts: Short screencast on using Vim
- OpenVim Tutorial: Recommendation from a friend
See config directory.