Changelog
Stay up to date with the latest features, improvements, and new modules
January 15, 2025
v1.3.0Change Word - New Module!
Master the powerful change word commands with our new Change Word module! Practice changing words efficiently using `caw` (change around word), `ciw` (change inside word), and `cw` (change word). These commands delete the target word and immediately put you in insert mode, making it perfect for quick edits. Work through realistic code scenarios like refactoring `var` to `const`, fixing typos like `retrun` to `return`, and renaming variables. Each exercise highlights the target word in green so you know exactly what to change!
December 8, 2024
v1.2.0Indent - New Module!
Master code indentation with our new Indent module! Practice indenting and unindenting lines using visual line mode. Learn to use `V` to select lines, then `>` to indent right or `<` to indent left. Perfect your code formatting skills and learn to quickly fix indentation issues in your code. This module is essential for maintaining clean, readable code structure.

Jump to Line - New Module!
Navigate efficiently with our new Jump to Line module! Learn to jump to specific lines using `G` (go to end), `gg` (go to top), or `:number` (go to line number). Master these powerful navigation commands to quickly move through large files and find exactly where you need to be. After jumping, practice navigating to highlighted characters and deleting them to complete each exercise.

November 29, 2025
v1.1.0Full Workout (Part 1) - New Module!
Put it all together! Our newest module challenges you to combine everything you've learned. Complete code snippets using all your Vim skills - from basic navigation to advanced commands. Each exercise starts with just the first line, and you must complete the entire snippet using Vim motions. This is the ultimate test of your Vim mastery!

Complete Badge - Track Your Progress
Now you can easily see which modules you've completed! A green "Complete" badge appears next to modules where you've achieved at least one score. Track your progress at a glance and see how far you've come in your Vim journey.

Fastest Times Ticker - See the Competition
Get inspired by the world's fastest times! Our new ticker on the home page displays the top performers across all modules in real-time. Watch as usernames and completion times scroll by, showing you what's possible when you master Vim motions.

November 23, 2025
v1.0.0New Module! Delete Word
The new Delete module focuses on word deletion commands: dw (delete word), daw (delete a word), and diw (delete inner word). Master these essential Vim motions for efficient text editing.
Try the Latest Features
Experience the newest modules and improvements in our interactive exercises
Start Practicing Now