Cisco Command-line Editing Keys Guide
Keys Commands.
Ctrl + a Returns the cursor to the beginning of the current line.
Ctrl + b moves the cursor back one character.
Ctrl + d Deletes the character to the left of the cursor.
Ctrl + e Moves the cursor to the end of the line.
Ctrl + f Moves the cursor forward one character.
Ctrl + k Deletes all the characters from the current cursor position to the end of the line.
Ctrl + n Goes to the next commands in the session history.
Ctrl + p Goes to the previous command in the session history.
Ctrl + t Switches the current character with the character to the left of the cursor.