CONTENTS | INDEX | PREV | NEXT

SYNTAX            : ARG E

RESULTING ARGUMENT: None

FUNCTION          : Move the cursor to the end of a line, or to the end of
                    the buffer (whichever comes first).

ARGUMENT          : The number of lines to skip before moving to the end
                    of a line.
                    Positive: towards the end of the buffer
                    Negative: towards the start of the buffer

DEFAULT           : 1

NOTE 1            : There is no difference between arguments 0 and 1. Both
                    cause the cursor to go to the end of the current line.

NOTE 2            : Short-hand arguments Z and -Z specify all lines up to the
                    end (or beginning) of the buffer.
MATRIX