Thirty Vim Commands, Verified One by One - Including the Two the Video Gets Wrong
A ten-minute tour of the Vim commands worth knowing, from :q to macros, with a genuinely well-chosen progression: search, change, repeat, registers, automate. Every command is listed here with what it does and why you would reach for it - and every one was executed against a real Neovim 0.12.1 to confirm the behaviour described, in headless sessions with -u NONE so no personal config could alter the result. Twenty-eight behaved exactly as described. Two did not. The video says numbered registers fill as a rolling yank history; running three consecutive yanks leaves registers 1-3 empty, because 0 is the last yank and 1-9 are the delete history. And it frames the star versus plus clipboard register as a macOS versus Linux difference, when plus is CLIPBOARD everywhere and star is X11 PRIMARY - the video's own macOS demo uses plus. Also missing entirely from a beginner video full of destructive commands: undo.