A static, interactive reference site for learning Neovim — hosted on GitHub Pages.
| Page | Description |
|---|---|
Home (index.html) |
Landing page with links to all sections |
Basics (basics.html) |
Modes, motions, operators, and core commands |
Advanced (advanced.html) |
Registers, macros, marks, folds, and more |
Vim vs Neovim (vs-vim.html) |
What Neovim adds over classic Vim |
LazyVim (lazyvim.html) |
Why and how to layer LazyVim on top of Neovim |
VS Code → Nvim (vscode-to-nvim.html) |
Transition guide from VS Code to Neovim |
Tutorial (tutorial.html) |
Step-by-step guide for new Vim users |
Cheatsheet (cheatsheet.html) |
Quick-reference card for common keybindings |
Practice (practice.html) |
Browser-based interactive Vim-mode editor |
No build step — open any .html file directly in a browser.
# Quick local server (Python)
python3 -m http.server
# then open http://localhost:8000Pushes to main automatically deploy to GitHub Pages via the workflow in .github/workflows/deploy.yml.
MIT — see LICENSE.