No description
  • Handlebars 74.5%
  • CSS 12.9%
  • JavaScript 12.6%
Find a file
dependabot[bot] 6a1f97c5c5
Bump path-to-regexp and express (#416)
Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) to 0.1.12 and updates ancestor dependency [express](https://github.com/expressjs/express). These dependencies need to be updated together.


Updates `path-to-regexp` from 0.1.7 to 0.1.12
- [Release notes](https://github.com/pillarjs/path-to-regexp/releases)
- [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md)
- [Commits](https://github.com/pillarjs/path-to-regexp/compare/v0.1.7...v0.1.12)

Updates `express` from 4.19.2 to 4.21.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.2/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.19.2...4.21.2)

---
updated-dependencies:
- dependency-name: path-to-regexp
  dependency-type: indirect
- dependency-name: express
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-27 10:29:58 -07:00
.github Create FUNDING.yml 2020-12-16 10:03:00 -08:00
bin express: init (#271) 2019-11-09 07:28:45 -08:00
locales Update nl_nl.json (#419) 2025-12-27 10:26:46 -07:00
public acc 2023-12-15 13:19:53 -07:00
routes Update index.js 2019-11-11 20:16:49 -08:00
views removing sponsor 2025-10-01 14:23:30 -07:00
.gitignore Updating Descriptions (#378) 2023-08-22 16:31:06 -07:00
app.js acc 2023-12-15 13:26:18 -07:00
License.txt Create License.txt 2019-11-09 14:30:55 -08:00
locales.js remove unneeded change 2019-11-11 20:45:04 -08:00
package-lock.json Bump path-to-regexp and express (#416) 2025-12-27 10:29:58 -07:00
package.json Bump path-to-regexp and express (#416) 2025-12-27 10:29:58 -07:00
postinstall.js fixing fallback 2019-11-11 20:43:55 -08:00
README.md Update README.md 2020-12-16 10:10:56 -08:00

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.