COBOL Norton Editor
Norton Editor is a text editor used for PDF
File commands
| F3 | E | Save and exit |
| F3 | S | Save and don't exit |
| F3 | Q | Quit and don't save |
| F3 | N | Edit a new file |
| F3 | X | Exchange windows |
| F3 | W | Write text to cursor |
| F3 | L | Load more of the file |
| F3 | A | Append a file |
| F3 | C | Close the output file |
Block commands
| F4 | S | Set a block marker |
| F4 | R | Remove the markers |
| F4 | D | Delete a block |
| F4 | C | Copy a block |
| F4 | W | Copy a block from window |
| F4 | M | Move a block |
| F4 | L | Mark line (w/cr) |
| F4 | E | Mark to line end (no CR) |
| F4 | F | Find a block marker |
Cursor control
 |
Move cursor left |
 |
Move cursor right |
 |
Move cursor up |
 |
Move cursor down |
^ |
Move cursor word left |
^ |
Move cursor word right |
| HOME |
Move to line beginning |
| END |
Move to line end |
| ^HOME |
Move to file beginning |
| ^END |
Move to file end |
| PgUp |
Move up a page |
| PgDown |
Move down a page |
Delete Commands
| <-- |
Delete character left |
| DEL |
Delete character right |
| ^ W |
Delete word left |
| ALT W |
Delete word right |
| ^ L |
Delete to line beginning |
| ALT L |
Delete to line end |
| ALT K |
Kill all characters on line |
| F4 D |
Delete a block |
| ^ U |
Undelete text |
Screen format control
| F5 | L | Set line length for word wrap |
| F5 | W | Word wrap toggle |
| F5 | F | Format a paragraph |
| F5 | T | Set tab display spacing |
| F5 | C | Select cursor type |
| F5 | D | Select display colour |
| F5 | I | Indent toggle |
| F5 | K | Key configuration |
| F5 | S | Save editor configuration |
Printer Commands
| F7 | | Print entire text buffer |
| F7 | | Print block |
| F7 | | Eject printer page (formfeed) |
| F7 | | Set page size for printing |
| F7 | | Set left margin for printing |
Additional Commands
| F1 |
Editor Help |
| F2 |
Editr status |
| F9 |
DOS command processor |
| INS |
Insert mode |
| F6 INS |
Replace mode (overstrike) |
| F6 G |
Go to line (by number) |
| F6 M |
Find matching: ({[]}) |
| F6 T |
Test window for difference |
| F6 C |
Undelete text |
| ^ P |
Put control character in text |
| ^ V |
Flip case to line beginning |
| ALT V |
Flip case to line end |
Search Commands
| ALT F |
Find string forward |
| ^ F |
Find string reverse |
| ALT C |
Continue find string forward |
| ^ C |
Continue find string reverse |
| F4 F |
Find block marker forward |
To make the search case-insensitive, terminate the string with esc, not return.
To search for a new line character, enter ^ return in the search string.
Search and replace commands
| Forward |
search and replace: |
| |
ALT F |
| |
enter search string |
| |
ALT F |
| |
enter replacement string |
Replace ALT by ^ for reverse search and replace.
Responses to search and replace:
| | Y |
replace |
| | N |
do not replace |
| | * |
replace all |
| | space |
quit |