This is a searchable catalog of vim commands organized by category. It's built as a PWA that works offline.
I did it as a hobby project to force myself to finally learn vim and play with some tech. Hopefully in the future it will be more extensive with examples etc.
It is built using React, Next, TypeScript, Tailwind and hosted on Vercel.
Install all dependencies:
npm i
npm run dev
And go to http://localhost:4000/
npm run build
First build a production bundle, then:
npm run start
And go to http://localhost:3000/