You can move around the screen lines by using `g` in front of the commands:
gj
gk
g$
g0
g^
You can also map the original commands to the `g` commands like this:
:map j gj
`j` moves by screen lines now.