To find one specific string, use
/string/where string is the literal to be found. The search starts at the current line going down in the file to the end, then goes back to the top of the file down to the current line. The search will stop upon finding string.