iTerm on Mac OS X has a really nice tmux integration feature. Basically, tabs in tmux become tabs in the iTerm UI itself. Opening a new tab opens it via tmux. This is nice since all the tabs are restored whenever I reconnect to my server and run tmux. To use this functionality, tmux is invoked via tmux -CC, which activates a special tmux mode that lets the console app control it.
It would be nice for ConEmu to support this too!
Yes, please?
This would make conemu the ultimate console on windows. It's basically the only thing I miss from using iTerm2 on mac.
@Maximus5 any pointers to get this done? Do you expect this to be a very rough one or tedious but straightforward?
This feature requires investigation of tmux code. I have to spend time to undestand how it's working.
ConEmu tab architecture supports several tabs per console, the example is Far with its editors and viewers. So, it would be possible to integrate.
Most helpful comment
This feature requires investigation of tmux code. I have to spend time to undestand how it's working.
ConEmu tab architecture supports several tabs per console, the example is Far with its editors and viewers. So, it would be possible to integrate.