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
ESC
key - Type
/
folloed with your text to find. Example/haizly
- Press Enter
- Hit
n
to search for the next occurence andN
to search backwards