NX-OS Command Key List
Ctrl+A
Moves the cursor to the beginning of the line.
Ctrl+B
Moves the cursor one character to the left.
Ctrl+C
Cancels the command and returns to the command prompt.
Ctrl+D
Deletes the character at the cursor.
Ctrl+E
Moves the cursor to the end of the line.
Ctrl+F
Moves the cursor one character to the right.
Ctrl+G
Exits to the previous command mode without removing the command string.
Ctrl+K
Deletes all characters from the cursor to the end of the command line.
Ctrl+L
Redisplays the current command line.
Ctrl+N
Displays the next command in the command history.
Ctrl+O
Clears the terminal screen.
Ctrl+P
Displays the previous command in the command history.
Ctrl+R
Redisplays the current command line.
Ctrl+T
Transposes the character under the cursor with the character that is located to the right of the cursor. The cursor is then moved one character to the right.
Ctrl+U
Deletes all characters from the cursor to the beginning of the command line.
Ctrl+V
Removes any special meaning for the following keystroke. For example, press Ctrl+V before entering a question mark (?) in a regular expression.
Ctrl+W
Deletes the word to the left of the cursor.
Ctrl+X, H
Lists the history of the commands that you have entered. When using this key combination, press and release the Ctrl and X keys together before pressing H.
Ctrl+Y
Recalls the most recent entry in the buffer (press keys simultaneously).
Ctrl+Z
Ends a configuration session, and returns you to the EXEC mode.
Up arrow key
Displays the previous command in the command history.
Down arrow key
Displays the next command in the command history.
Last updated