Alt-; | Swaps two characters at the cursor. |
Alt-' | Swaps two arguments at the cursor. |
F3 | Inserts all arguments from the last command. |
Alt-L | Clears the screen. |
Alt-= | Evaluates the word at the cursor as a math expression. |
Ctrl-Shift-X | Expands the variable or function at the cursor. |
Alt-U | Enter a Unicode character as a series of hex digits. |
Alt-C | Copies the current command line to the clipboard. |
Alt-W | Copies the word at the cursor to the clipboard. |
Ctrl-Alt-W | Cuts the word at the cursor to the clipboard. |
Ctrl-Alt-Z | Exchanges the word at the cursor with the word on the clipboard. |
Ctrl-U | Changes the case of the word at the cursor. |
Alt-I | Expands an environment variable, and inserts the results at the cursor. |
Ctrl-A | Shows information about the character at the cursor. |
Ctrl-Alt-Up | Scrolls up by commands. |
Ctrl-Alt-Down | Scrolls down by commands. |
Ctrl-Alt-F | Toggles the word at the cursor from a filename to a file:/// URI, or vice versa. |
Ctrl-Shift-P | Prints the visible portion of the console buffer. |
Ctrl-Shift-Q | Saves the visible portion of the console buffer to a .PNG file. |
Ctrl-P | Prints the last 100 lines of the command history. |
Ctrl-Alt-E | Searches the path for a matching command or file. |
[, (, {, ", ', ` | Auto closes punctuation marks. |