sanderium to linuxmemes@lemmy.worldEnglish · 1 month agoJumping Stepsimagemessage-square128fedilinkarrow-up1910arrow-down14
arrow-up1906arrow-down1imageJumping Stepssanderium to linuxmemes@lemmy.worldEnglish · 1 month agomessage-square128fedilink
minus-squarePoolloverNathan@programming.devlinkfedilinkarrow-up12·1 month 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·30 days 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·30 days agoThere’s a lot of docs in e.g. man bash.
minus-square299792458mslinkfedilinkarrow-up1·1 month 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.