54

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.

Michael Ekstrand
  • 2,064
  • 3
  • 21
  • 23

3 Answers3

21

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 :

Florian
  • 336
  • 2
  • 6
  • Tilix (formerly terminix) has an open issue as well: https://github.com/gnunn1/tilix/issues/480 – ivant May 05 '17 at 10:06
  • 4
    Is EternalTerminal a terminal emulator? They say it's kind of like mosh but with support for tmux control mode. With iTerm2, you can open a new tab and it is connected to the same host as the original tab. – Steven Shaw Jun 03 '19 at 03:55
  • Kitty issue: https://github.com/gnunn1/tilix/issues/480 – Victor Sergienko Jun 07 '19 at 18:26
  • Seems like Hyper (https://hyper.is) will get proper support once this plugin is finalized: https://github.com/MisterTea/hyper-htm. – Max Semikin Nov 27 '19 at 15:24
  • 2
    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. – Matthew Sharp Dec 16 '20 at 20:42
6

EternalTerminal has tmux -CC support and connection persistence.

Romeo Ninov
  • 16,541
  • 5
  • 32
  • 44
Kyndig
  • 191
  • 2
  • 7
  • While this may theoretically answer the question, it would be [preferable to include the essential parts of the answer](http://meta.stackexchange.com/q/8259) here, and provide the link for reference. – Stephen Rauch Jul 21 '17 at 22:22
  • 12
    Unless I am missing something EternalTerminal is a remote shell ala ssh, not a gui terminal emulator ala Konsole, Terminator, etc. – Matthew Sharp Dec 16 '20 at 20:38
-5

On Windows try ConEmu, for Linux GNU Screen, because tmux sessions are like screen -d -m (other sessions on same instance screen -x)

chaos
  • 47,463
  • 11
  • 118
  • 144
drm
  • 5