| CTRL+e |
Move to the end of line |
| CTRL+a |
Move to the beginning of the line |
| CTRL+f |
Move to the right by one character |
| CTRL+b |
Move to the left by one character |
| ALT+b |
Move to the left by one word |
| ALT+c |
Move to the right by one word |
| CTRL+r |
Reverse search history |
| CTRL+g |
Stop history search |
| CTRL+t |
Swap character under the cursor with character before the cursor |
| ESC+t |
Swap word under the cursor with the preceding word |
| ESC+l |
Change next word to lowercase |
| ESC+u |
Change next work to uppercase |
| CTRL+l |
Clear terminal screen |
| CTRL+s |
Pause terminal scrolling |
| CTRL+q |
Resume terminal scrolling |