Maybe there is a tool that does that? Maybe I’m doing this all wrong and there is a different way I should browse?

  • abbadon420@sh.itjust.worksOP
    link
    fedilink
    arrow-up
    6
    ·
    2 days ago

    I had already found ctrl+a that brings me back to the front of the line. It’s bit more convenient for my hands than home.

      • Zarobi@aussie.zone
        link
        fedilink
        English
        arrow-up
        2
        ·
        1 day ago

        Minor addition: I’ve had some shells where home will bring you back to the beginning of the current line, not the whole command. Ctrl+Home always brings you to the very start of the command if this applies to you

    • andyburke@fedia.io
      link
      fedilink
      arrow-up
      3
      ·
      2 days ago

      ctrl-a: beginning of line ctrl-e: end of line ctrl-k: delete rest of line from cursor ctrl-u: delete line before cursor

      these are helpful in these situations, as well.