#vim

When exiting a file, I want to have the cursor position saved. And when I open the file again, I want to see the cursor at exact the last position.
How do I achieve that?
In ~/.vimrc I have set viminfo='100,<50,s10,h, but that does not seem to be enough.

Any suggestions?

1