2020-04-16 15:59:43 -04:00
|
|
|
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.
|
2020-04-16 19:44:17 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|