Common shortcuts for Bash
Published in Linux
| Keys | Action |
|---|---|
| Ctrl R | reverse-i-search |
| Ctrl I | i-search |
| Ctrl A | Move to start of line |
| Ctrl E | Move to end of line |
| Ctrl B | Move backward one word |
| Ctrl F | Move forward one word |
| Ctrl K | Delete everything from the cursor to the end of the line |
| Ctrl U | Delete everything from the cursor to the start of the line |