From ea33598b6fd6c0956a71b6125a08fa6691dd754d Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Tue, 13 May 2014 18:05:10 -0400 Subject: [PATCH] Add readme --- README.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..799b060 --- /dev/null +++ b/README.md @@ -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.