Add readme
This commit is contained in:
parent
e9dba4fe1e
commit
ea33598b6f
1 changed files with 33 additions and 0 deletions
33
README.md
Normal file
33
README.md
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
# 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```
|
||||||
|
* 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.
|
Loading…
Reference in a new issue