Vim provides rather simple searching capabilities using the following keys while in normal mode:
/performs a forward search of the provided pattern?performs a backward search of the provided pattern*performs a forward search of the word under the cursor#performs a backward search of the word under the cursor