Indenting lines
While in normal mode you can shift the current line right or left with >> and <<.
If you are in one of the visual modes, you can use > and <.
This command takes a count, to indent 5 lines do 5>>.
The . operator will repeat indent on line selection if desired.