cm0002@lemmy.world to Programmer Humor@programming.dev · 28 days agoLinux Usersimagemessage-square100linkfedilinkarrow-up1833arrow-down119cross-posted to: programmerhumor@lemmy.ml
arrow-up1814arrow-down1imageLinux Userscm0002@lemmy.world to Programmer Humor@programming.dev · 28 days agomessage-square100linkfedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squarelmmarsano@lemmynsfw.comlinkfedilinkEnglisharrow-up41arrow-down1·28 days ago or documentation. Bash command line editing covers searching. Readline library command line editing covers searching.
minus-squareAmidFuror@fedia.iolinkfedilinkarrow-up10·28 days agoTo use ctrl-r I have to remember something about the command. To use up arrow I just have to know about how many commands ago I used it.
minus-squaresilasmariner@programming.devlinkfedilinkarrow-up5·28 days agoNot if you have fzf you don’t: https://github.com/junegunn/fzf Like an interactive fuzzy finding history. It’s sick.
or documentation.
To use ctrl-r I have to remember something about the command. To use up arrow I just have to know about how many commands ago I used it.
Not if you have fzf you don’t: https://github.com/junegunn/fzf
Like an interactive fuzzy finding history. It’s sick.