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: 6 days ago
JSON representation
Vim cheat sheet from beginners to pros
- Host: GitHub
- URL: https://github.com/theicfire/vimsheet
- Owner: theicfire
- License: mit
- Created: 2014-10-29T18:31:20.000Z (about 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2023-12-24T08:05:29.000Z (11 months ago)
- Last Synced: 2024-08-01T22:43:25.899Z (3 months ago)
- Language: CSS
- Homepage: http://vimsheet.com
- Size: 269 KB
- Stars: 594
- Watchers: 17
- Forks: 207
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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`