collapseos/blk/101

17 lines
240 B
Plaintext
Raw Normal View History

T ( n -- ): select line n for editing.
2020-04-17 21:51:59 +10:00
P xxx: put typed line on selected line.
U xxx: insert typed line on selected line.
2020-05-02 11:52:38 +10:00
F xxx: find typed string in block.
2020-05-07 22:44:17 +10:00
I xxx: insert typed string at cursor.
E: Delete previously found string.