Bash Terminal Shortcuts
Last updated on
This is a short list of helpful terminal keyboard shortcuts that I recently came across in a Udemy class I'm going through
ctrl + L- Clears the terminalctrl + D- Closes the terminal. Same as theexitcommandctrl + A- Returns cursor to the beginning of the terminal linectrl + E- Move the cursor to the end of the linectrl + U- Cuts everything before the cursor. This is a great way to clear the line if you’ve written something that you want to deletectrl + C- Stops the current commandctrl + Z- Puts the current running program to sleepctrl + alt + T- Opens a new terminal