Next: , Previous: CLI Movement Commands, Up: VTY CLI Commands



3.3.3.2 CLI Editing Commands

These commands are used for editing text on a line. The <C> character means press the Control Key.

C-h
<DEL>
Delete the character before point.
C-d
Delete the character after point.
M-d
Forward kill word.
C-w
Backward kill word.
C-k
Kill to the end of the line.
C-u
Kill line from the beginning, erasing input.
C-t
Transpose character.