collapseos/blk/101

17 lines
240 B
Plaintext
Raw Normal View History

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