@[email protected] to [email protected]English • 3 months agoJumping Stepslemmy.zipimagemessage-square128fedilinkarrow-up1897
arrow-up1897imageJumping Stepslemmy.zip@[email protected] to [email protected]English • 3 months agomessage-square128fedilink
minus-square@[email protected]linkfedilink11•3 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•3 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•3 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
.