sanderium@lemmy.zip to linuxmemes@lemmy.worldEnglish · 3 months agoJumping Stepslemmy.zipimagemessage-square123fedilinkarrow-up1907
arrow-up1907imageJumping Stepslemmy.zipsanderium@lemmy.zip to linuxmemes@lemmy.worldEnglish · 3 months agomessage-square123fedilink
minus-squarePoolloverNathan@programming.devlinkfedilinkarrow-up12·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-squareMonkeMischief@lemmy.todaylinkfedilinkarrow-up2·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!
minus-squarePoolloverNathan@programming.devlinkfedilinkarrow-up1·3 months agoThere’s a lot of docs in e.g. man bash.
minus-square299792458ms@lemmy.ziplinkfedilinkarrow-up1·3 months agoThank you, I already have it configured with fzf aswell, and another to search folders to jump to them.
(Tip: Most shells allow you to press Ctrl+R to interactively search through history, meaning you won’t have to open a separate file.)
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
.Thank you, I already have it configured with fzf aswell, and another to search folders to jump to them.