Like the question above am I just an old man that’s not keeping up with the times or is terminator still a great terminal to use in 2025?

  • chtk
    link
    fedilink
    16 days ago

    Yeah. Pretty much all of the above.

    I used to rely on Sway for terminal tabs and splits. Only recently did I realize that tmux is the better option, even for local use. Already used tmux for SSH sessions.

    • @JubilantJaguar
      link
      35 days ago

      for terminal tabs and splits. Only recently did I realize that tmux is the better option, even for local use

      Reasoning?

      • chtk
        link
        fedilink
        25 days ago
        • Muscle memory. I already did development on remote machines in nvim.
        • If I start tmux in the root of a project, then every new pane or window I open automatically starts in that directory. So no need to cd to the root for every new shell session I start.
        • @JubilantJaguar
          link
          35 days ago

          Interesting, thanks. Had not considered that second point.