mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-05 19:30:56 +11:00
17 lines
240 B
Plaintext
17 lines
240 B
Plaintext
T ( n -- ): select line n for editing.
|
|
P xxx: put typed line on selected line.
|
|
U xxx: insert typed line on selected line.
|
|
F xxx: find typed string in block.
|
|
I xxx: insert typed string at cursor.
|
|
E: Delete previously found string.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|