Stuck on last puzzle of level 7

The puzzle, with two moves to solve, is:

enter image description here

My keyboard is:

enter image description here

The nature of the puzzle dictates I get to the second ( in a single move so that I can expend my last one moving up. (For those familiar with vim but not the game, my starting square is the yellow highlighted -.)

This level is mostly about the f/F, t/T, ; and , keys. The ability to recall f/F and t/T commands with ; and , persists in between attempts and puzzles.

Clearly I'm supposed to enter in some command, retry the puzzle, and back-peddle to the second ( with , but I can't find a command that takes me there. I thought t3 would do the trick but when I rerun it with , it places me on the first * for some reason.

I would also expect T3; ; to work but I meet with the same fate.


It turns out % is smart enough to know what to do in this situation.


f(, reset, ,, , ?

Seems to work in vim itself, though my keybinds stop me from trying ; :)

e: I forgot the 2-step limit, so this won't fly.