How do I repeat or reverse inline character search with f, t, ; and , in Vim?
f{char} ; ,
The f, F, t, and T motions search for a character on the current line.
f{char} ; ,
The f, F, t, and T motions search for a character on the current line.
:set path+=**
Adding to the path option tells Vim to search recursively through all subdirectories when using :find, gf, and other path-related commands.