1
0
Fork 0
intro-to-vim/README.md

41 lines
1.2 KiB
Markdown
Raw Permalink Normal View History

2014-05-13 18:05:10 -04:00
# Intro to Vim
## Description
2014-05-21 13:20:42 -04:00
Intro to Vim presentation given to the Lansing Area Ruby Meetup. Includes all
2014-05-13 18:05:10 -04:00
slides, speaker notes, and examples used.
2014-05-13 23:56:06 -04:00
## 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.
2014-05-13 18:05:10 -04:00
## Resources
### Vim
* Command line
* Debian/Ubuntu: ```apt-get install vim```
* OSX: ```brew install vim```
* GUI
* Debian/Ubuntu: ```apt-get install gvim```
* OSX: [MacVim](https://code.google.com/p/macvim/)
* Windows: [gvim](http://www.vim.org/download.php#pc)
* Other: [http://www.vim.org/download.php](http://www.vim.org/download.php)
### Tutorials
* Official: ```vimtutor``` from the command line
* [Vim Adventures](http://vim-adventures.com/): in browser game for learning
* [Cheat Sheet](http://www.viemu.com/vi-vim-cheat-sheet.gif)
* [Vimcasts](http://vimcasts.org/): Short screencast on using Vim
* [OpenVim Tutorial](http://www.openvim.com/tutorial.html): Recommendation from
a friend
## Configurations
See [config](https://github.com/dpatti/intro-to-vim/blob/master/config)
directory.