• @atx_aquarian
    link
    362 years 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
      152 years ago

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

        • @goodnessme
          link
          22 years 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
        22 years ago

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

      • 8565
        link
        fedilink
        22 years ago

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

        • @[email protected]
          link
          fedilink
          22 years 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
      112 years ago

      history | grep <search term>

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

      • BoofStroke
        link
        62 years ago

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

      • @CerineArkweaver
        link
        32 years ago

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

    • @TrinityTek
      link
      12 years 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.