find and replace
find
/findthis- will find the occurrences offindthisn- will take you to the next occurrenceb- will take you to the previous occurrence
replace
[range]s/{pattern}/{string}/[flags] [count]will replace pattern with string, in the given range, and will use the given flags- 
gflag means global