1
0
mirror of https://github.com/PDP-10/its.git synced 2026-04-05 05:36:05 +00:00

TECO survival guide: the very basics.

This commit is contained in:
Lars Brinkhoff
2018-01-26 13:02:13 +01:00
parent b8b1377d96
commit 3e378ad0a3

15
doc/TECO.md Normal file
View File

@@ -0,0 +1,15 @@
## 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