Learn Vim Interactively
Master the essential vim commands through interactive lessons and practice
Level 1: Insert Mode Basics
Write the text 'Hello, Vim!' using insert mode
Level 2: Navigation with hjkl
Move to the word 'TARGET' and delete it using x
Level 3: Delete Line
Delete the second line using dd
Level 4: Copy and Paste
Duplicate the first line using yy and p
Level 5: Word Navigation
Change the word 'old' to 'new'
Level 6: Line Ends
Add an exclamation mark at the end of the line
Sandbox Mode
Practice vim commands freely without restrictions