From 3e378ad0a33c2573ed532519c06d0b7716c638a3 Mon Sep 17 00:00:00 2001 From: Lars Brinkhoff Date: Fri, 26 Jan 2018 13:02:13 +0100 Subject: [PATCH] TECO survival guide: the very basics. --- doc/TECO.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 doc/TECO.md diff --git a/doc/TECO.md b/doc/TECO.md new file mode 100644 index 00000000..550c7b1c --- /dev/null +++ b/doc/TECO.md @@ -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