MOVE RIGHT
Moves the cursor right one character at a time.
o If the cursor is FREE, you can move it anywhere in the buffer whether
characters are already there or not. If the cursor is BOUND, then from
the end of a line, the cursor moves to the start of the next line, if
there is one.
o If you are at the right edge of a window, MOVE RIGHT does NOT shift the
window to the right. (See help on SHIFT RIGHT.)
Keys: EVE defines the RIGHT arrow key as MOVE RIGHT.
The VT100 keypad also defines KP3.
Related topics:
END OF LINE MOVE BY WORD SET CURSOR BOUND SET CURSOR FREE