@[email protected] to [email protected]English • 7 months agoJumping Stepslemmy.zipimagemessage-square128fedilinkarrow-up1898
arrow-up1898imageJumping Stepslemmy.zip@[email protected] to [email protected]English • 7 months agomessage-square128fedilink
minus-square@[email protected]linkfedilink11•7 months ago(Tip: Most shells allow you to press Ctrl+R to interactively search through history, meaning you won’t have to open a separate file.)
minus-square@[email protected]linkfedilink1•7 months agoThank you, I already have it configured with fzf aswell, and another to search folders to jump to them.
minus-square@[email protected]linkfedilink2•7 months agoOh. My. Word. I thought I was clever by using history | grep <bit of command I remember> I KNEW there had to be a better way!
(Tip: Most shells allow you to press Ctrl+R to interactively search through history, meaning you won’t have to open a separate file.)
Thank you, I already have it configured with fzf aswell, and another to search folders to jump to them.
Oh. My. Word.
I thought I was clever by using
history | grep <bit of command I remember>
I KNEW there had to be a better way!
There’s a lot of docs in e.g.
man bash
.