mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-05 21:30:56 +11:00
17 lines
301 B
Plaintext
17 lines
301 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.
|
|
|
|
Note that "I" shadows core word. Use "i" to access core word.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|