Reverse engineered prompt

Build me a simple beginner friendly Vim course repo that someone can work through from the command line.

I want it organized as short lessons that start with the basics, then cover moving around, insert mode, deleting text, cut and paste, search, buffers, tabs, splits, workspace sessions, and a little Vim customization. Each lesson should be easy to read and have a few example files or small practice exercises so a person can actually try the commands instead of only reading about them. Include a handy commands reference too, with the most important shortcuts grouped in a way that makes sense for a new user.

Keep it lightweight and practical, more like a self guided crash course than a big textbook. The files should feel like real lesson materials someone could open in Vim and follow step by step. If anything is unclear, look up current Vim behavior online and make the lessons accurate and beginner safe.

Want more depth? Deep Reverse