Cisco Keyboard Shortcuts: Difference between revisions
From Lucca's Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
Break out of traceroute, etc commands when <code> | ; Break out of traceroute, etc commands when <code>Ctrl+C</code> does not work | ||
: <code>Ctrl+Shift+6</code> | |||
; Delete previous character | |||
: <code>DEL</code>, <code>BS</code> | |||
; Go to beginning of line | |||
: <code>Ctrl+A</code> | |||
; Go to end of line | |||
: <code>Ctrl+E</code> | |||
; Go forward one character | |||
: <code>Ctrl+F</code> | |||
; Go backward one character | |||
: <code>Ctrl+B</code> | |||
; Delete current character | |||
: <code>Ctrl+D</code> | |||
; Delete to beginning of line | |||
: <code>Ctrl+U</code>, <code>Ctrl+X</code> | |||
; Delete to end of line | |||
: <code>Ctrl+K</code> | |||
; Delete previous word | |||
: <code>Ctrl+W</code> | |||
; Transpose previous character | |||
: <code>Ctrl+T</code> | |||
; Go to previous line in history buffer | |||
: <code>Ctrl+P</code> | |||
; Go to next line in history buffer | |||
: <code>Ctrl+N</code> | |||
; Return to root command prompt | |||
: <code>Ctrl+Z</code> | |||
; Command-line completion | |||
: <code>Tab</code>, <code>Space</code> | |||
; Go to next lower command prompt | |||
: <code>Exit</code> | |||
; List available choices | |||
: <code>?</code> | |||
Latest revision as of 00:47, 9 January 2026
- Break out of traceroute, etc commands when
Ctrl+Cdoes 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
?