Created
May 31, 2016 01:53
-
-
Save systo/11f8ae5424e187c0b5ff66bfc1759ffd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [switch]disp hotkey | |
| ----------------- HOTKEY ----------------- | |
| =Defined hotkeys= | |
| Hotkeys Command | |
| CTRL_G display current-configuration | |
| CTRL_L display ip routing-table | |
| CTRL_O undo debugging all | |
| =Undefined hotkeys= | |
| Hotkeys Command | |
| CTRL_T NULL | |
| CTRL_U NULL | |
| =System hotkeys= | |
| Hotkeys Function | |
| CTRL_A Move the cursor to the beginning of the current line. | |
| CTRL_B Move the cursor one character left. | |
| CTRL_C Stop current command function. | |
| CTRL_D Erase current character. | |
| CTRL_E Move the cursor to the end of the current line. | |
| CTRL_F Move the cursor one character right. | |
| CTRL_H Erase the character left of the cursor. | |
| CTRL_K Kill outgoing connection. | |
| CTRL_N Display the next command from the history buffer. | |
| CTRL_P Display the previous command from the history buffer. | |
| CTRL_R Redisplay the current line. | |
| CTRL_V Paste text from the clipboard. | |
| CTRL_W Delete the word left of the cursor. | |
| CTRL_X Delete all characters up to the cursor. | |
| CTRL_Y Delete all characters after the cursor. | |
| CTRL_Z Return to the User View. | |
| CTRL_] Kill incoming connection or redirect connection. | |
| ESC_B Move the cursor one word back. | |
| ESC_D Delete remainder of word. | |
| ESC_F Move the cursor forward one word. | |
| ESC_N Move the cursor down a line. | |
| ESC_P Move the cursor up a line. | |
| ESC_< Specify the beginning of clipboard. | |
| ESC_> Specify the end of clipboard. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment