interactive · no install · keyboard required

Vim Dojo

Vim is a language: verbs like d and c, nouns like iw and i". Ten levels, a daily golf hole, real keystrokes, and a translator that narrates every command you run. Beat par on all ten and you know more Vim than most people who use it daily. The theory lives in the blog series.

the demo buffer is editing itself: the dot-command rename from part 1, on loop.

live demo — the dot command
1foo = 1
2foo = 2
3foo = 3
~
-- NORMAL --1,1
the translator narrates every command you run

01 · Walk before you run

keys: h j k l

Move the cursor onto the X. No arrow keys in this dojo.

1start here, then head
2down and to the right.
3
4 find the X below
5 X
~
~
~
-- NORMAL --1,1
the translator narrates every command you run