Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/atomaka/intro-to-vim


https://github.com/atomaka/intro-to-vim

Last synced: 15 days ago
JSON representation

Awesome Lists containing this project

README

        

# 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```
* 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.