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 | ; 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 | |||
: ? | |||
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
- ?