Editor Commands

From MUME

Syntax for the MUME line editor commands is this:

%<command letter> [<number>|b] [- [<number>|e]]

Upper case letters mean that line numbers will be displayed.

The following commands are available:

    h  help ([<command>])
    e  exit editor
    q  quit editor, cancel any changes
    l  list the text
    d  delete line(s)
    g  go to line
    w  where is the current line
    f  find (/<string>/<flags>)
    s  substitute (/<string1>/<string2>/<flags>
    j  justify ([<columns>])
    n  new text, delete previous contents

Written text is appended after the current position, at the end by default.

See also: Editor, Change Editor, Local Editor, Write