What terminal emulators support tmux control mode?

14,544

Solution 1

Edit : see the other answer, give a try to EternalTerminal : It has tmux -CC support and can be installed on linux. It may not be exactly what you need though.

What you are asking does not seem to be developed on linux yet with the mainstream terminal emulators :

Another idea would be to run your dear Iterm2 mac binary in your Linux environment. But the solutions currently available will not support it :

Solution 2

EternalTerminal has tmux -CC support and connection persistence.

Share:
14,544

Related videos on Youtube

Michael Ekstrand
Author by

Michael Ekstrand

Assistant professor in computer science at Boise State University specializing in human-computer interaction, recommender systems, and information retrieval.

Updated on September 18, 2022

Comments

  • Michael Ekstrand
    Michael Ekstrand almost 2 years

    tmux has its control mode, activated with -CC, to allow the terminal emulator to control tmux. iTerm2 uses this to great effect for allowing tmux windows to appear as separate iTerm windows.

    Are there other terminal emulators that support control mode? I am particularly interested in terminal emulators / SSH clients for Windows that might offer such functionality, but Linux/Unix ones are interesting as well.

    • Admin
      Admin over 9 years
      Have you ever succeeded in using iterm2 + ssh + tmux -CC? If so, could you possibly edit the question (or a pastebin somewhere) with details?
    • Admin
      Admin over 9 years
      @bmargulies I just run tmux -CC in my SSH session from iterm2 and it works.
    • Admin
      Admin over 8 years
      Cygwin would be a possibility?
    • Admin
      Admin about 8 years
    • Admin
      Admin over 7 years
      There's a feature request for ConEmu, too: github.com/Maximus5/ConEmu/issues/578
  • Stephen Rauch
    Stephen Rauch almost 7 years
    While this may theoretically answer the question, it would be preferable to include the essential parts of the answer here, and provide the link for reference.
  • Max Semikin
    Max Semikin over 4 years
    Seems like Hyper (hyper.is) will get proper support once this plugin is finalized: github.com/MisterTea/hyper-htm.
  • Matthew Sharp
    Matthew Sharp over 3 years
    Unless I am missing something EternalTerminal is a remote shell ala ssh, not a gui terminal emulator ala Konsole, Terminator, etc.
  • Matthew Sharp
    Matthew Sharp over 3 years
    As I commented in the other answer, EternalTerminal doesn't seem to be a terminal emulator, and doesn't supply what OP is asking for.