Full-derail: anyone seen any pointers to thinking up such names? Perhaps an Emacs command or mode? Or am I looking for a shortcut to a hard problem? Whatever it is, I'd appreciate it in pill-form (capsule please; none of that nasty tablet stuff).
Wemux - Set up tmux for party pair programming
11–20 of 26 posts
Re: Wemux - Set up tmux for party pair programming
#12What theme/plugins are you using in that screenshot? Edit: Thanks!
Re: Wemux - Set up tmux for party pair programming
#13What theme/plugins are you using in that screenshot? Edit: Thanks!
Color Theme is https://github.com/nanotech/jellybeans.vim
Re: Wemux - Set up tmux for party pair programming
#14This is very cool. Off topic. What would be really cool is to have an Emacs buffer that can be edited by multiple people. Then pair programming can be done within the editor. Is there such thing?
> What would be really cool is to have an Emacs buffer that can be edited by multiple people. Then pair programming can be done within the editor. Is there such thing? As always with Emacs, been there, coded that: http://www.emacswiki.org/emacs/Rudel
Re: Wemux - Set up tmux for party pair programming
#15OT, but: I'm jealous of some people's abilities to come up with such clever names. Full-derail: anyone seen any pointers to thinking up such names? Perhaps an Emacs command or mode? Or am I looking for a shortcut to a hard problem? Whatever it is, I'd appreciate it in pill-form (capsule please; none of that nasty tablet stuff).
Just read lots of fiction and keep a scratch pad next to you while you do.
Re: Wemux - Set up tmux for party pair programming
#16Re: Wemux - Set up tmux for party pair programming
#17Thanks zolrath.
Re: Wemux - Set up tmux for party pair programming
#18Earlier quoted context omitted.
> What would be really cool is to have an Emacs buffer that can be edited by multiple people. Then pair programming can be done within the editor. Is there such thing? As always with Emacs, been there, coded that: http://www.emacswiki.org/emacs/Rudel
Rudel is nice for working on a single document, but tmux is much nicer for pair programming since it synchronizes the whole screen rather than buffer by buffer. That way you don't have to talk through "OK, I'm switching over to this other file now". Plus it works with things like shells and repls. So I'd use Rudel more in a collaborative note-taking context than a programming one.
I agree, but I was giving them what they asked for.
Re: Wemux - Set up tmux for party pair programming
#19Doesn't GNU Screen support this out of the box?
Great for remote teams who are heavily command-line based (developers and deployment folks).
Re: Wemux - Set up tmux for party pair programming
#20Unfortunately mosh didn't place nice with wemux, but I used it today for several hours. Rogue mode was nice. Thanks zolrath.