• Parabola@lemmy.world
      link
      fedilink
      arrow-up
      20
      ·
      8 months ago

      Lots of people don’t know. Just like ctrl+r to substring search your command history in bash.

      • xmunk@sh.itjust.works
        link
        fedilink
        arrow-up
        13
        ·
        edit-2
        8 months ago

        I seriously pity people who don’t know ctrl+r that is one of the most important tools for productivity on the cli.

        • naught@sh.itjust.works
          link
          fedilink
          arrow-up
          8
          ·
          edit-2
          8 months ago

          And you can hook in fzf to it to get a proper list of previous commands all fuzzy matched!! Oh-my-zsh just requires adding fzf to your plugins list (:

          I survived for years with just https://github.com/zsh-users/zsh-autosuggestions which is similarly great, but fills a slightly different role. Just start typing and you’ll see a faded preview of the most recent command matching & u ctrl+f to autocomplete it. Is gr8

          e: clarified what zsh-autosuggest does

        • catastrophicblues@lemmy.ca
          link
          fedilink
          arrow-up
          1
          ·
          8 months ago

          I’ve found it’s a bit overrated honestly. Usually, I also need the commands before and after something, so I use history | grep -B N cmd instead

      • Dandroid@dandroid.app
        link
        fedilink
        arrow-up
        3
        ·
        8 months ago

        I just got moved to a new team, and my new team lead up arrow spams. I was about to tell him about ctrl-r, but he found his command, and I’m awkward, so I didn’t say anything. Maybe next time.

    • rustydrd@sh.itjust.worksOP
      link
      fedilink
      English
      arrow-up
      10
      ·
      edit-2
      8 months ago

      No specific reason, but I’d rather be deep in the cold, cold ground before I quit with “:x” instead of “:wq”.

      • Derp@lemmy.ml
        link
        fedilink
        arrow-up
        1
        ·
        5 months ago

        But… But :x is superior because it doesn’t overwrite unchanged files with a new modified date :(

    • velox_vulnus@lemmy.ml
      link
      fedilink
      arrow-up
      4
      ·
      edit-2
      8 months ago

      I was quite habituated with :x/:x!, but after switching to Kakoune, I use :wq/:wq!, because :x/:x! does not exist. Yes, it’s one extra key, but I like the overall reduce in cognitive overhead.