The search command is /.  
/hello => search for "hello"
n repeats the search in the same direction
N repeats the search in the opposite direction

:s/search_string/replacement_string => global search and replace

:s/search_string/replacement_string/g => global search and replace


:s/search_string/replacement_string/gc => global search and replace with confirm