Alejandro Mendoza@eviltoast.org to linuxmemes@lemmy.world · 11か月前siempre lo hagoeviltoast.orgimagemessage-square210fedilinkarrow-up11.63K
arrow-up11.63Kimagesiempre lo hagoeviltoast.orgAlejandro Mendoza@eviltoast.org to linuxmemes@lemmy.world · 11か月前message-square210fedilink
minus-squareacargitz@lemmy.calinkfedilinkarrow-up5·11か月前with grep I see all the alternatives, Ctl+R just shows me one
minus-squareoddlyqueer@lemmy.mllinkfedilinkEnglisharrow-up6·11か月前For me ctrl-r is faster most of the time, history | grep [command] is better if I can’t easily pattern match (don’t remember it exactly, using several flag variations, etc.). they’re both good tools.
minus-squaredisobey2623@lemmy.dbzer0.comlinkfedilinkarrow-up6·11か月前Combine ctrl+R with fzf and get the best of both worlds
minus-squareAvicenna@lemmy.worldlinkfedilinkarrow-up2·11か月前seeing multiple at the same time is more helpful though
with grep I see all the alternatives, Ctl+R just shows me one
For me
ctrl-ris faster most of the time,history | grep [command]is better if I can’t easily pattern match (don’t remember it exactly, using several flag variations, etc.). they’re both good tools.Combine ctrl+R with fzf and get the best of both worlds
You can press up
seeing multiple at the same time is more helpful though