Ecosyste.ms: Awesome

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

https://github.com/theicfire/vimsheet

Vim cheat sheet from beginners to pros
https://github.com/theicfire/vimsheet

Last synced: 16 days ago
JSON representation

Vim cheat sheet from beginners to pros

Lists

README

        

A Great Vim Cheatsheet
========

This is a two page website that has `index.html` and `advanced.html`. The two are created from markdown files in `index.md` and `advanced.md`.

Pull requests are welcome!

Design from [white-paper](https://github.com/vinitkumar/white-paper).

# Running locally
- Install rubygems
- `gem install bundler`
- `bundle install`
- `bundle exec jekyll serve`