mirror of
https://github.com/PDP-10/its.git
synced 2026-01-26 12:12:12 +00:00
IMEDIT - Imlac editor.
This commit is contained in:
23
doc/imedit.md
Normal file
23
doc/imedit.md
Normal file
@@ -0,0 +1,23 @@
|
||||
## Basic editing with IMEDIT
|
||||
|
||||
IMEDIT is a page oriented editor for Imlacs, simliar to TECO. You
|
||||
edit one page at a time, and when done advance to the next page in the
|
||||
file. If you are familiar with TECO, you may see that many commands
|
||||
have a similar counterpart in IMEDIT.
|
||||
|
||||
- arrow keys - move cursor
|
||||
- <kbd>XMIT</kbd> - terminate argument to a command
|
||||
- <kbd>^C</kbd> - list commands
|
||||
- <kbd>^U</kbd> - list directory
|
||||
- <kbd>^R</kbd> - read file
|
||||
- <kbd>^O</kbd> - specify output file
|
||||
- <kbd>^D</kbd> - delete file
|
||||
- <kbd>^K</kbd> - kill imedit
|
||||
- <kbd>^Y</kbd> - get text from input file
|
||||
- <kbd>^P</kbd> - go to next page
|
||||
- <kbd>^E</kbd> - copy rest of input to output file
|
||||
- <kbd>^F</kbd> - close output file
|
||||
- <kbd>DEL</kbd> - delete character to the right
|
||||
- <kbd>Shift DEL</kbd> - delete character to the left
|
||||
- <kbd>PAGE XMIT</kbd> - store page in output file
|
||||
- <kbd>Control 0</kbd> - clear screen and text
|
||||
@@ -151,6 +151,7 @@
|
||||
- IDLE, list idle users.
|
||||
- IEC, Inter-Entity Communication.
|
||||
- IFILE, Chaosnet file service.
|
||||
- IMEDIT, Imlac text editor.
|
||||
- IMGOUT, outputs JCL in Image mode.
|
||||
- IMLOAD/IMTRAN, load or translate an Imlac program.
|
||||
- IMPRNT, image mode printer.
|
||||
|
||||
Reference in New Issue
Block a user