1
0
mirror of https://github.com/PDP-10/its.git synced 2026-01-23 19:07:45 +00:00
PDP-10.its/doc/TECO.md
2018-02-07 08:31:05 +01:00

16 lines
406 B
Markdown

## TECO survival guide
Note: all commands must be terminated by $$ to execute them.
- ER*file*$@Y - load file
- EIEE*file*$ - save file
- ^Z - suspend
- *n*R - move cursor left
- *n*C - move cursor right
- 0L - beginning of line
- :L - end of line
- *n*L - beginning of *n*th line from the current position
- I*text*$ - insert text
- *n*D - delete *n* characters to the right
- K - delete to end of line