zolrath / wemux

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

support for ubuntu #4

Closed cordoval closed 12 years ago

cordoval commented 12 years ago

can there be support for ubuntu?

zolrath commented 12 years ago

You mean using apt-get? I'll look into making an apt-get package but until then, the manual installation method works on Ubuntu.

cordoval commented 12 years ago

I tried to set it up here http://www.craftitonline.com/2012/05/wemux-thing/ but we always end up in mirror mode, how to do it so that we can have two cursors independently on the same screen?

oh now we are able to do rogue mode i guess is the only way. But struggling to get two sessions so to see what the other guy is doing in the second console and have my own console too.

zolrath commented 12 years ago

There's no support for two independent cursors on the same screen.

cordoval commented 12 years ago

http://www.craftitonline.com/2012/05/two-way-wemux-based-pair-programming-part-ii-the-one-you-die-to-see/

zolrath commented 12 years ago

wemux automatically passes commands forward to the correct socket, when you write:

wemux -S /tmp/wemux-wemux new-session -s checarlitos 

you can just use:

wemux new-session -s checarlitos
cordoval commented 12 years ago

true it is good to learn tmux through wemux, thank sman you rock