User's Manual

Table Of Contents
Communication Machinery Corporation (CMC)
6-64 Rev #/Date: 2.0.0 Beta/07.17.03
cl Change character.
cw Change word.
cc or S Change entire line.
c$ or C Change everything from cursor to end of line.
i Insert.
I Insert at beginning of line.
R Type over characters.
Editing Commands
In the following commands, the default value for n is 1
Command Description
nrc Replace the following n characters with c.
nx Delete n characters starting at cursor.
nX Delete n characters to the left of the cursor.
d SPACE Delete character.
dl Delete character.
dw Delete word.
dd Delete entire line.
d$ or D Delete everything from cursor to end of line.
p Put last deletion after the cursor.
P Put last deletion before the cursor.
u Undo last command.
~ Toggle case, lower to upper or vice versa.