Ctrl + a
- Move cursor to start of lineCtrl + e
- Move cursor to end of lineCtrl + b
- Move back one characterAlt + b
- Move back one wordCtrl + f
- Move forward one characterAlt + f
- Move forward one wordCtrl + d
- Delete current characterCtrl + w
- Cut the last wordCtrl + k
- Cut everything after the cursorAlt + d
- Cut word after the cursorAlt + w
- Cut word before the cursorCtrl + y
- Paste the last deleted commandCtrl + _
- UndoCtrl + u
- Cut everything before the cursorCtrl + xx
- Toggle between first and current positionCtrl + l
- Clear the terminalCtrl + c
- Cancel the commandCtrl + r
- Search command in history type the search termCtrl + j
- End the search at current history entryCtrl + g
- Cancel the search and restore original lineCtrl + n
- Next command from the HistoryCtrl + p
- previous command from the History
Last active
July 22, 2023 19:44
-
-
Save sdsanchezm/b99cf78583ea2f7a97da976c116296e6 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment