• aquovie@lemmy.cafe
        link
        fedilink
        English
        arrow-up
        5
        ·
        9 months ago

        It’s awesome until you want to put the cursor in a specific spot of a previous command.

        $ rm -f delete-me.txt
        ctrl-r "me", ctrl-b, ctrl-k
        $ rm -f delete
        

        But I still use fzf because while I used to do the above, fzf offered more advantage that made switching worth it.

    • sbeak@sopuli.xyz
      cake
      link
      fedilink
      English
      arrow-up
      2
      ·
      9 months ago

      Woah Ctrl R looks super cool, never knew that I could do that before…