No description
|
||
---|---|---|
bower_components | ||
config | ||
index.html | ||
README.md |
Intro to Vim
Description
Intro to Vim presentation given to the Lansing Area Ruby Meetup. Includes all slides, speaker notes, and examples used.
Slideshow
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.
Resources
Vim
- 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:
Tutorials
- 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
Configurations
See config directory.