learnbyexample@programming.dev to Linux@lemmy.mlEnglish · 2 days agoCurate your shell historyesham.ioexternal-linkmessage-square8fedilinkarrow-up160arrow-down12
arrow-up158arrow-down1external-linkCurate your shell historyesham.iolearnbyexample@programming.dev to Linux@lemmy.mlEnglish · 2 days agomessage-square8fedilink
minus-squareutopiah@lemmy.mllinkfedilinkarrow-up2·1 day agoRight, I was starting to think “Oh yeah and maybe I could fzf history…” then wait, I already do that reverse-i-search then edit. If I use that often enough, alias in ~/.bashrc or even function to make it composable.
I use ctrl-r.
Right, I was starting to think “Oh yeah and maybe I could fzf history…” then wait, I already do that
reverse-i-search
then edit. If I use that often enough, alias in ~/.bashrc or even function to make it composable.Excellent, thanks