Mirror of CollapseOS
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

17 行
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.