Mirror of CollapseOS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
240B

  1. T ( n -- ): select line n for editing.
  2. P xxx: put typed line on selected line.
  3. U xxx: insert typed line on selected line.
  4. F xxx: find typed string in block.
  5. I xxx: insert typed string at cursor.
  6. E: Delete previously found string.