Learn Vim motions with an ice-cream van
a day ago
- #keyboard-motions
- #interactive-learning
- #vim-tutorial
- Learn Vim motions using an interactive game with an ice-cream van as the cursor in a text town.
- Move the van using h, j, k, l keys without mouse or arrow keys, and view keystrokes in a panel.
- Complete levels by reaching all customers and matching or beating keystroke par for Wizard rank.
- Focus on Normal mode with single-key motions, use counts to repeat (e.g., 3j), and note when keys wait for input.
- Reference includes motions (e.g., w, $, fx), editing (e.g., x, dd, p), insert mode (e.g., i, o), visual mode (e.g., v, V), search (e.g., /, n), and registers/macros (e.g., qa, @a).