In vim I can use f followed by a character to go to the next occurrence of that character on the current line. For example, if I have the following (cursor position
f
:nmap C /[A-Z]:nohlsearch
Then in normal mode C (which by default means \C)
C
\C