CLI Command Keyboard Shortcuts
The table below lists the CLI keyboard shortcuts to help you enter and edit command lines on the controller.
Action |
Description |
Keyboard Shortcut |
---|---|---|
Change |
The word at the cursor to lowercase. |
Esc I |
The word at the cursor to uppercase. |
Esc u |
|
Delete |
A character to the left of the cursor. |
Ctrl-h, Delete, or Backspace |
All characters from the cursor to the beginning of the line. |
Ctrl-u |
|
All characters from the cursor to the end of the line. |
Ctrl-k |
|
All characters from the cursor to the end of the word. |
Esc d |
|
The word to the left of the cursor. |
Ctrl-w or Esc Backspace |
|
Display MORE output |
Exit from MORE output. |
q, Q, or Ctrl-C |
Next additional screen. The default is one screen. To display more than one screen, enter a number before pressing the Spacebar key. |
Spacebar |
|
Next line. The default is one line. To display more than one line, enter the number before pressing the Enter key. |
Enter |
|
Enter or Return key character. |
Ctrl-m |
|
Expand the command or abbreviation. |
Ctrl-t or Tab |
|
Move the cursor |
One character to the left (back). |
Ctrl-b or Left Arrow |
One character to the right (forward). |
Ctrl-f or Right Arrow |
|
One word to the left (back), to the beginning of the current or previous word. |
Esc b |
|
One word to the right (forward), to the end of the current or next word. |
Esc f |
|
To the beginning of the line. |
Ctrl-a |
|
To the end of the line. |
Ctrl-e |
|
Redraw the screen at the prompt. |
Ctrl-l or Ctrl-r |
|
Return to the EXEC mode from any configuration mode |
Ctrl-z |
|
Return to the previous mode or exit from the CLI from Exec mode. |
exit command |
|
Transpose a character at the cursor with a character to the left of the cursor. |
Ctrl-t |