Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atomaka/intro-to-vim
https://github.com/atomaka/intro-to-vim
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/atomaka/intro-to-vim
- Owner: atomaka
- Created: 2014-05-13T16:32:09.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-13T15:33:24.000Z (over 9 years ago)
- Last Synced: 2023-03-12T07:24:53.976Z (over 1 year ago)
- Language: VimL
- Homepage: https://atomaka.github.io/intro-to-vim
- Size: 472 KB
- Stars: 0
- Watchers: 2
- 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.