How can I escape the slash character in vi?

Viewed 39468

When I try to search a string starting with the slash / character in vi, the cursor jumps to the next search result from the previous search. However, I'd like to find the literal slash character. How can this be done?

5 Answers
Related