zolrath / wemux

Multi-User Tmux Made Easy
MIT License
3.63k stars 139 forks source link

rogue mode panes #5

Closed rouge8 closed 12 years ago

rouge8 commented 12 years ago

I've just started playing with wemux and played a little with rogue mode. It seems like it'd be useful to be able to use rogue mode with panes rather than windows.

Is this already possible? Or feasible?

zolrath commented 12 years ago

It would be nice but sadly not possible at this time. wemux builds upon tmux/terminal commands and independent control within the same window/different panes isn't something that tmux currently supports.

If tmux ever gains this ability I'll be sure to implement features based around it but until then independent control in different windows is as close as we can get. You can achieve something nearly similar by having two client wemux sessions, one in mirror mode and one in rogue mode set up in a split side by side.

pickfire commented 4 years ago

Is this still impossible?