All Projects → rtorr → Vim Cheat Sheet

rtorr / Vim Cheat Sheet

Licence: mit
A mobile friendly Vim cheat sheet

Projects that are alternatives of or similar to Vim Cheat Sheet

Google Cpp Style Guide Zh Tw
Google C++ Style Guide 的繁體中文版
Stars: ✭ 41 (-95.97%)
Mutual labels:  documentation, handlebars
Mkdocs With Pdf
Generate a single PDF file from MkDocs repository.
Stars: ✭ 39 (-96.17%)
Mutual labels:  documentation
Adonisdocbr
Documentação completa em português brasileiro da versão 4.1 do Adonisjs
Stars: ✭ 33 (-96.76%)
Mutual labels:  documentation
Papogen
Use Sass/CSS + Pug + Node.js to generate beautiful static website.
Stars: ✭ 37 (-96.36%)
Mutual labels:  documentation
Text Runner
Test runner for text
Stars: ✭ 35 (-96.56%)
Mutual labels:  documentation
Itkexamples
Cookbook examples for the Insight Toolkit documented with Sphinx
Stars: ✭ 38 (-96.26%)
Mutual labels:  documentation
Hawkmoth
Hawkmoth - Sphinx Autodoc for C
Stars: ✭ 31 (-96.95%)
Mutual labels:  documentation
Vue Tut
Easily build beautiful tutorials with Vue
Stars: ✭ 43 (-95.77%)
Mutual labels:  documentation
Privacyspy
Rating privacy policies for convenience & accountability.
Stars: ✭ 40 (-96.07%)
Mutual labels:  handlebars
Redislabs Docs
Source files for Redis Labs Enterprise documentation
Stars: ✭ 37 (-96.36%)
Mutual labels:  documentation
Vs Code Extension Doc Zh
VS Code插件开发文档-中文版
Stars: ✭ 982 (-3.44%)
Mutual labels:  documentation
Commerce Docs
Commerce 2.x documentation
Stars: ✭ 35 (-96.56%)
Mutual labels:  documentation
Grape Swagger
Add OAPI/swagger v2.0 compliant documentation to your grape API
Stars: ✭ 1,000 (-1.67%)
Mutual labels:  documentation
Advanced Javascript
Documentation based on John Resig's website on Advanced JavaScript
Stars: ✭ 35 (-96.56%)
Mutual labels:  documentation
Immuni Documentation
Repo for Immuni's documentation.
Stars: ✭ 985 (-3.15%)
Mutual labels:  documentation
Bonita Doc
This repository contains the sources of the Bonita documentation site. It uses Markdown to create the documentation content.
Stars: ✭ 31 (-96.95%)
Mutual labels:  documentation
Docs.go.cd
GoCD user documentation
Stars: ✭ 37 (-96.36%)
Mutual labels:  documentation
Bsdoc
📚 Documentation Generator for BuckleScript
Stars: ✭ 43 (-95.77%)
Mutual labels:  documentation
Vinfo
Vim info documentation reader, lets you read info pages within Vim or start it from the shell prompt (instead of Info)
Stars: ✭ 41 (-95.97%)
Mutual labels:  documentation
Saunter
Saunter is a code-first AsyncAPI documentation generator for dotnet.
Stars: ✭ 39 (-96.17%)
Mutual labels:  documentation

vim-cheat-sheet

Yet another vim cheat sheet.

http://vim.rtorr.com/

❤️ Sponsor

Set up for development

  1. Start app.
    npm ci
    npm start
    
  2. Open http://localhost:3000/ in browser.
  3. Edit sheet.hbs as desired (e.g. add new commands).
  4. Reload page in browser (Ctrl+r) to generate the locales entries in English en_us.json.
  5. Stop the app (optional).
  6. Describe the added commands in English en_us.json and move them to the corresponding position, equally as in sheet.hbs.
  7. Run node postinstall.js to copy the English entries to all other locales.
  8. Translate all languages you know.
  9. Commit.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].