link: https://github.com/Valiev/almostontop/blob/master/README.md
I guess that's my goto.
Old habits die hard. It's just muscle memory at this point.
{cd Pr<tab><enter>cd c<tab><enter>}
Takes me to my current project folder, and there I can use gcc or vim or whatever I need to do. I thought about shortening it or setting my terminal to start in that directory but the ritual is important to me, it sets me in the right mood, for whatever reason.
https://stackoverflow.com/questions/27613209/how-to-automati...
Other times I'll hit enter a few times and then Ctrl+L to clear the screen.
Sort of feels like tapping my fingers on the desk.
I use a number of tools and I've often forgotten an individual command, or when I'm using tools like curl or docker that have a long single line command that I know I can't remember.
ctrl+r (reverse history search) + https://github.com/junegunn/fzf
is a game changer
So it's `ssh <host>`
ssh nameIforgot:/to/fix
ll and la are shorthand for ls -l and ls -la