• @atx_aquarian
    link
    361 year ago

    Y’all know about ctrl-r to search history, right? I went for so many years without even thinking to look for something better than up-arrow, so I have to mention it.

    • @[email protected]
      link
      fedilink
      151 year ago

      Wait until they learn that you can ctrl+u when you mistyped your password in sudo instead of spamming backspace…

        • @goodnessme
          link
          21 year ago

          It deletes all keystrokes that have been entered. So, if you know you made a typo when entering your password, you don’t have to press backspace many times to make sure you have deleted all the characters before starting over but you can just press ctrl+u and start over.

      • Jamie
        link
        fedilink
        21 year ago

        I end up hitting Ctrl+u at work all the time and then being disappointed and holding backspace.

      • 8565
        link
        fedilink
        21 year ago

        Bro. You just changed my life and don’t even realize it

        • @[email protected]
          link
          fedilink
          21 year ago

          Here’s another mindfuck: gnu readline is so popular that developers of other software tend to implement its keybinds as hidden features/eastereggs. That’s why ctrl+u works in GTK text input boxes as well!

    • @rambaroo
      link
      111 year ago

      history | grep <search term>

      Does the job well if the key combo doesn’t work.

      • BoofStroke
        link
        61 year ago

        Followed by !xxx where xxx is the number of the command to re-run

      • @CerineArkweaver
        link
        31 year ago

        This. I didn’t know about CTRL+R, but this has been my goto

    • @TrinityTek
      link
      11 year ago

      Good tip!I didn’t know about that. I just tried it out and it works pretty well but I worry how long it will take to break the habit of mashing the up arrow all the time since I’ve been doing it so long. This is clearly better though.