Go to the previous, next section.

Entering and Leaving Vi

vi -l
set up for lisp editing
vi -R
read only
vi +n
edit file starting at line n
:q!
quit vi; discard changes
ZZ or :wq
write and quit
:w
write; don't quit

Go to the previous, next section.