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:
The following commands mark the current position as CHAP ONE and later
return to that position:
MARK chap one
GO TO chap one
o If the marker is in another buffer, EVE returns to that buffer if the
it still exists. Markers are not saved when you end the editing
session.
o Marker names are NOT case-sensitive (you can use uppercase, lowercase,
or mixed case). You can abbreviate the marker name. If more than one
marker name matches your request, EVE shows a list of the matching
names for you to choose from. (See help on Choices Buffer.)
o To find out names of markers in the buffer, use the SHOW command.
Related topics:
MARK SHOW