Another built-in solution to the problem of mismatches when using the jump commands (f, t, F, T) is the use of ; and , Semicolon will repeat the last jump command, and comma will repeat it in the opposite direction. I find this very useful not only for mismatches that I didn't see, but also for help with quickly formatting text. Along side . to repeat an action, it's incredibly fast to use ; to repeat your last jump…
So many times I'd do an `f` search like `fs` only to realize the variable `she_sells_sea_shells_by_the_sea_shore` appears between me and my destination. Ugh!