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