Bash be nimble…
If you use terminal a lot you should know a few really useful keybindings (generally works with bash and zshell). Here’s what I use often:
Ctrl+L: Clear your terminalCtrl+K: Delete from cursor to endCtrl+K: Delete from start to cursorCtrl+E: Move to the end of lineCtrl+A: Move to the end of lineAlt+F: Move a word forwardAlt+B: Move a word backwardCtrl+R: Reverse history searchCtrl+W: Delete backward a word
There’s quite a few more. So, you may wanna hunt around for more but these are just a few that I personally remember and use on a daily basis.