Hacker News new | ask | show | jobs
Show HN: Ranked Vim Motions — move, select, and delete as fast as you can (vimgod.com)
1 points by 627b8d 255 days ago
my friend and i made this bc we didn't enjoy the other options to drill vim motions. (wanted a more monkeytype-like experience)

we added performance statistics similar to humanbenchmark at the end of matches. you can unlock new motions as you play (for beginners). the difficulty of games are based on your rank (using glicko + hidden mmr for rating). we also added visual mode + deletion tasks to spice things up.

1 comments

neat! One thing I expecgted to work that didn't is `:<number>` to jump to a line number.
oops forgot abt that, just added.

wrote the vim controller from memory, pls lmk if u find more