Cisco Keyboard Shortcuts: Difference between revisions

From Lucca's Wiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
Break out of traceroute, etc commands when <code>ctrl+c</code> does not work
; Break out of traceroute, etc commands when Ctrl+C does not work
Ctrl+Shift+6
: Ctrl+Shift+6


Special keys:
; Delete previous character
DEL, BS... delete previous character
: DEL, BS
Ctrl-A .... go to beginning of line
 
Ctrl-E .... go to end of line
; Go to beginning of line
Ctrl-F .... go forward one character
: Ctrl+A
Ctrl-B .... go backward one character
 
Ctrl-D .... delete current character
; Go to end of line
Ctrl-U, X. delete to beginning of line
: Ctrl+E
Ctrl-K .... delete to end of line
 
Ctrl-W .... delete previous word
; Go forward one character
Ctrl-T .... transpose previous character
: Ctrl+F
Ctrl-P .... go to previous line in history buffer
 
Ctrl-N .... go to next line in history buffer
; Go backward one character
Ctrl-Z .... return to root command prompt
: Ctrl+B
Tab, <SPACE> command-line completion
 
Exit .... go to next lower command prompt
; Delete current character
? .... list choices
: Ctrl+D
 
; Delete to beginning of line
: Ctrl+U, Ctrl+X
 
; Delete to end of line
: Ctrl+K
 
; Delete previous word
: Ctrl+W
 
; Transpose previous character
: Ctrl+T
 
; Go to previous line in history buffer
: Ctrl+P
 
; Go to next line in history buffer
: Ctrl+N
 
; Return to root command prompt
: Ctrl+Z
 
; Command-line completion
: Tab, Space
 
; Go to next lower command prompt
: Exit
 
; List available choices
: ?

Revision as of 00:46, 9 January 2026

Break out of traceroute, etc commands when Ctrl+C does not work
Ctrl+Shift+6
Delete previous character
DEL, BS
Go to beginning of line
Ctrl+A
Go to end of line
Ctrl+E
Go forward one character
Ctrl+F
Go backward one character
Ctrl+B
Delete current character
Ctrl+D
Delete to beginning of line
Ctrl+U, Ctrl+X
Delete to end of line
Ctrl+K
Delete previous word
Ctrl+W
Transpose previous character
Ctrl+T
Go to previous line in history buffer
Ctrl+P
Go to next line in history buffer
Ctrl+N
Return to root command prompt
Ctrl+Z
Command-line completion
Tab, Space
Go to next lower command prompt
Exit
List available choices
?