Summary of Editor Commands
This topic lists all the Editor commands.
| Editor Command | Description | 
|---|---|
| CTRL+H | Backspace destructively over a text string. Command issued by holding down the CTRL key while pressing the H key without entering an explicit Editor command. Synonymous with BACKSPACE. | 
| Backspace destructively over a text string. Command issued by pressing the BACKSPACE key without entering an explicit Editor command. Synonymous with CTRL+H. | |
| CTRL+I | Tab to a preselected column in input mode. Command issued by holding down the CTRL key while pressing the I key without entering an explicit Editor command. Synonymous with TAB. | 
| Tab to a preselected column in input mode. Command issued by pressing the TAB key without entering an explicit Editor command. Synonymous with CTRL+I. | |
| ENTER | Synonymous with RETURN. | 
| LINEFEED | Synonymous with RETURN. | 
| List the next line. Command issued by pressing the RETURN key without entering an explicit Editor command. | |
| CTRL+R | Redisplay the current line in input mode. Command issued by holding the CTRL key while pressing the R key without entering an explicit Editor command. | 
| CTRL+X | Delete the current line. Command issued by holding down the CTRL key while pressing the X key without entering an explicit Editor command. | 
| Display the current line number, file name, and item name. | |
| Display the current file and item names. | |
| Display the last L (Locate) command issued. | |
| ?P{n} | Display the contents of the named prestore buffer. | 
| Repeat the lastR (Replace) command issued. | |
| Display the item size for the current item. Synonymous with S?. | |
| Repeat the last L (Locate) command issued. | |
| AP{n}/string APm-k/string APm,n/string | Append a character string to the end of the specified line(s). | 
| Repeat the last R (Replace) command issued. | |
| Toggle assembler display formatting. | |
| Position the line pointer at the end of the item. | |
| Display the column ruler. | |
| CA{n}{/string} CAm-k{/string} CAm,n{/string} | Concatenate the specified lines. | 
| CD {character} | Display or change the multiple Editor command delimiter. | 
| DE{n}{/string{/p{-q}}} DEm-k{/string{/p{-q}}} DEm,n{/string{/p{-q}}} | Delete a line or lines from an item. | 
| EX{K}{O} | 
 | 
| Toggle the Editor buffers. | |
| FD{K}{O} | 
 | 
| FI{K}{O} {(file-spec} {item-id} | 
 | 
| FS{K}{O} {(file-spec} {item-id} | 
 | 
| G{n} | Go to the specified line. Synonymous with the n command. | 
| Toggle hexadecimal display format. | |
| I{ data} | Causes the Editor to enter the input environment. | 
| J{n}{/string} Jm-k{/string} Jm,n{/string} | Join the specified lines. | 
| Release the item lock on an item currently being edited. | |
| L{n}{(file-spec{ item-id}}{)} Lm-k{(file-spec{ item-id}}{)} Lm,n{(file-spec{ item-id}}{)} | List n lines, beginning with the next line. List lines m to k. List n lines starting from line m. | 
| L{n}/string[{ /& /string}...}|{ /! /string}...}]{/p{-q}} Lm-k/string[{ /& /string}...}|{ /! /string}...}]{/p{-q}} Lm,n/string[{ /& /string}...}|{ /! /string}...}]{/I{-q}} /string[{ /& /string}...}|{ /! /string}...}]{/p{-q}} | Locate the specified character string. | 
| Toggle the macro expansion display feature for REAL assembly code when the AS function is ON. | |
| ME{n}/{item-id}{/m} MEm-k/{item-id} MEm,n/{item-id} ME{n}(file-spec {item-id}{)m} MEm-k(file-spec {item-id} MEm,n(file-spec {item-id} | Merge lines into current item after current line. | 
| N{n} | Increment the line pointer by a specified number of lines. | 
| O | Toggle suppression of the object listing produced when the AS function is ON. | 
| P{n} {command}{[command}... | Define and/or execute a sequence of Editor commands. | 
| Display the contents of the ten prestore commands. | |
| Display the contents of prestored buffers each time they are executed. | |
| Toggles the screen output produced by single-line stepping, between leaving the Editor prompt on screen after each line and overwriting it with the next line. | |
| R{ j } | Replace j lines from current (or just current, if j omitted) with new text. | 
| R{U}{n}/string/rep/{p{-q}}{*} R{U}m-k/string/rep/{p{-q}}{*} R{U}m,n/string/rep/{p{-q}}{*} | Replace string with rep within current or specified lines. | 
| Toggle suppression of Editor line numbers when lines are listed using the L (List) command. | |
| Display the item size for the current item. Synonymous with ?S | |
| SP{n}/string/{p{-q}} SPm-k/string/{p{-q}} SPm,n/string/{p{-q}} | Split the current or specified lines into two lines, from string. | 
| Set the line pointer to zero. | |
| TB xx {xx} | Set Editor tabs. | 
| TR{n}/string/{p{-q}} TRm-k/string/{p{-q}} TRm,n/string/{p{-q}} | Truncate the current or specified lines, from string onwards. | 
| U{n} | Move the line pointer up the number of lines specified. | 
| W{n} | Display the specified line plus the 21 lines that precede it. | 
| Toggle on the word wrap display formatting option. | |
| Cancel the effect of the last command causing data modification. Must be used before an F or FS command is issued. | |
| Cancel the effect of all changes made since the last F or FS command was issued. | |
| Z{p{-q}} | Set print column limits for listing items. | 
| /string[{ /& /string}...}|{ /! /string}...}]{/p{-q}} | Locate the specified character string. | 
| Toggle the function of the caret character in the L (Locate) and R (Replace) commands. | |
| CTRL+_ | Continue a line in input mode. Command issued by holding down the CTRL key while pressing the _ key without entering an explicit Editor command. | 
| Go to the specified line. Synonymous with the G command. |