start | all-pages

basiceditorcutcopypaste The (std) library adds +e:cut +e:copy and +e:paste to the *BasicEditor. These allow you to copy or move a line into a separate buffer and insert the copied or cut line into a different line (or into a different block) To cut or copy a line use of of: #10 e:cut (or) #10 e:copy And to replace a line with cut or copied line us: #10 e:paste Return to *AdvancedEditingWithBasicEditor