I’m new to Linux; I fled from Windows in the wake of 10-11 ever-accelerating stream of bullshit.

Anyway, I have major muscle memory for MRU window and tab switching with alt-tab and ctrl-tab. Edit for clarity: I also want to be able to navigate to the Nth most recent tab by holding Ctrl and pressing Tab N times, then releasing Ctrl. I use it all the time to switch windows, switch browser tabs, and switch IDE tabs. In Windows, I could also switch Terminal tabs in MRU order, and I miss this in Linux. My distro (Mint) comes with gnome-terminal, which as far as I can tell doesn’t expose MRU switching as an option.

Is there an alternative terminal that does support this, ideally with ctrl-tab? Alternatively, if you use MRU switching in other contexts but not in your terminal, what do you use instead?

UPDATE

After installing many different terminals and poring through documentation of widely varying quality, I have found at least two terminal emulators that just do what I want, out of the box: Konsole and QTerminal. I’ll dive deeper into the relative merits of these two for now. If you know of another terminal that does what I described, or any crucial info about either Konsole or QTerminal, please let me know!

  • @ouch@lemmy.world
    link
    fedilink
    101 month ago

    I guess MRU means Most Recently Used.

    Please include explanations for abbreviations you mention.

    • @AdamBombOP
      link
      English
      11 month ago

      MRU means Most Recently Used. Sorry if that wasn’t clear.

    • @AdamBombOP
      link
      English
      11 month ago

      Thanks, I’ve heard of tmux but have never used it before. I took a quick look at the Getting Started guide, and it sounds like I could get behavior like what I want by e.g. creating two windows each with one full-window pane and toggle back and forth between windows? I will definitely look into this further.

      • @cizra@lemm.ee
        link
        fedilink
        31 month ago

        Yes, something like that.

        You’ll get other fun features for free, like

        • the ability to reattach the session over SSH, after starting it locally
        • immunity to Xorg / Wayland compositor / terminal emulator crashing
        • ability to comfily use non-tabbed terminal emulators like Alacritty. At least I think it’s not tabbed…
        • @AdamBombOP
          link
          English
          11 month ago

          deleted by creator

        • @AdamBombOP
          link
          English
          11 month ago

          OK, this sounds close to what I want, but I left one part unsaid: my muscle memory is such that if I want to visit the 2nd most recent tab, I can hold Ctrl, press Tab twice, then release Ctrl. It doesn’t sound like I can accomplish this with tmux key bindings, or can I?

    • @AdamBombOP
      link
      English
      11 month ago

      OK, this sounds close to what I want, but I left one part unsaid: my muscle memory is such that if I want to visit the 2nd most recent tab, I can hold Ctrl, press Tab twice, then release Ctrl. It doesn’t sound like I can accomplish this with Kitty key bindings, or can I?

      • tmpod
        link
        fedilink
        11 month ago

        Just tested* and it doesn’t seem to work, no. I don’t know if it’s doable though, it may be.

        • Even though I’m a heavy user of that behaviour in Firefox (which now has to be explicitly turned on :/), I’ve gotten used to just use the left and right arrows (+kitty mod bind) to move around tabs.
        • @AdamBombOP
          link
          English
          11 month ago

          Thanks, I’m open to learning alternative workflows, so thanks for adding that info.

  • JoshCodes
    link
    fedilink
    11 month ago

    I’ve read your update but try Terminator. You use alt + arrow keys to navigate multiple on screen terminals, create new ones with ctrl+e/o and its my favourite. I highly recommend giving it a try!

    • @AdamBombOP
      link
      English
      11 month ago

      Thanks, I did try Terminator, but it didn’t seem to have the kind of C-Tab MRU tab switching I was after. BTW, it looks like the two I did find also support multi-pane terminals with arrow key navigation. Thanks for taking the time to reply!

    • @AdamBombOP
      link
      English
      21 month ago

      Thanks for the link! There are lots of lists of terminals out there, but it’s really hard for me to judge the quality of the lists.