start | all-pages

basiceditorreplacepartial Retyping an entire line can be annoying if you just need to fix a small portion of it. To help with this, the *BasicEditor has +e:replace-at This word takes a line number, a column number, and the text to insert. For instance: #10 #5 'this_gets_inserted_into_line_10_at_column_5 e:replace-at Return to *AdvancedEditingWithBasicEditor