sanderium@lemmy.zip to linuxmemes@lemmy.worldEnglish · 1 day agoJumping Stepslemmy.zipimagemessage-square124fedilinkarrow-up1831arrow-down16
arrow-up1825arrow-down1imageJumping Stepslemmy.zipsanderium@lemmy.zip to linuxmemes@lemmy.worldEnglish · 1 day agomessage-square124fedilink
minus-squarePoolloverNathan@programming.devlinkfedilinkarrow-up10·1 day 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-up1·5 hours 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 hours agoThere’s a lot of docs in e.g. man bash.
minus-square299792458ms@lemmy.ziplinkfedilinkarrow-up1·1 day 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.