This is how to search a text in Vim and Vi :
- Go to your file folder and open your file
$> cd path/to/your/file $> vi yourFile.extension - Press
ESCkey - Type
/folloed with your text to find. Example/haizly - Press Enter
- Hit
nto search for the next occurence andNto search backwards