MARK
Puts an invisible mark at the current position. Later, using GO TO and
the marker name, you can return to the marked location.
This makes it easier to move through a larger file or buffer or between
buffers.
Example:
Command Purpose or effects
---------------------------------------------------------------------
1. MARK chap 1 Marks the current position as CHAP 1, canceling a
previous marker with that name, if any.
2. GO TO chap 1 Puts the cursor at that marker. If the marker is
in another buffer, EVE displays that buffer.
o Marker names can be one or more characters and may include spaces. The
names are not case-sensitive (you can use uppercase, lowercase, or
mixed case).
o To check names of markers in the buffer, use SHOW.
Related topics:
GO TO SHOW