start | all-pages

usingtuhi To replace a line, enter the line identifer, then the new text for the line. For example, to replace line 'd' with 'hello', type `dhello` and press enter. A number of additional editing commands are available. A single line buffer is provided for cut/copy/paste operations. To use this, you could enter `Xh` to cut line 'h' into the buffer and `Vc` to paste it in line 'c'. Use `C` instead of `X` to copy rather than cut the line. Indenting a line can be done with `]` or unindenting with `[`. To erase the entire block, enter `N`.