Skip to content

rtorr/vim-cheat-sheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3972b14 · Jul 15, 2024
Dec 16, 2020
Nov 9, 2019
Jul 15, 2024
Dec 15, 2023
Nov 12, 2019
Jul 15, 2024
Aug 22, 2023
Nov 9, 2019
Dec 16, 2020
Dec 15, 2023
Nov 12, 2019
Jul 10, 2024
Jul 10, 2024
Nov 12, 2019

Repository files navigation

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.