GO TO
Puts the cursor at a specified marker. Using MARK and GO TO commands
makes it easier to move around in a large buffer or between buffers.
Example:
Command Purpose or effects
---------------------------------------------------------------------
1. MARK chap 1 Marks the current position as CHAP 1.
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 are NOT case-sensitive (you can use uppercase, lowercase,
or mixed case).
o You can abbreviate the marker name. If more than one marker name
matches your request, EVE shows a list of the matching names and
recalls the GO TO command so you can choose the one you want.
o To find out names of markers in the buffer, use SHOW.
Related topics:
MARK SHOW