No description
bower_components/reveal.js | ||
config | ||
index.html | ||
README.md | ||
slide-notes.markdown |
Intro to Vim
Description
Into to Vim presentation given to the Lansing Area Ruby Meetup. Includes all slides, speaker notes, and examples used.
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.