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.

up vote 5 down vote accepted

What you are asking does not seem to be developed on linux yet :

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

EternalTerminal has tmux -CC support and connection persistence.

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

Your Answer

 

By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Not the answer you're looking for? Browse other questions tagged or ask your own question.