https://github.com/atomaka/intro-to-vim
https://github.com/atomaka/intro-to-vim
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/atomaka/intro-to-vim
- Owner: atomaka
- Created: 2014-05-13T16:32:09.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-05-13T15:33:24.000Z (about 11 years ago)
- Last Synced: 2025-06-07T17:08:27.196Z (about 1 year ago)
- Language: VimL
- Homepage: https://atomaka.github.io/intro-to-vim
- Size: 472 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.