Go to the first, previous, next, last section, table of contents.

Undoing

u U
Undo the latest change.
.
Repeat undo.
:q!
Quit vi without writing.
:e!
Re-edit a messed-up file.
:rec
recover file from autosave. VIP also creates backup files that have a `~' appended to them.


Go to the first, previous, next, last section, table of contents.