Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Kevin Lozandier
Courses Plus Student 53,747 PointsInstalling Tmux on Windows
To be much more productive with my workflow using Rails, is there a way to install Tmux on Windows? Attempting to search for a way to has been cryptic to find, despite knowing any Postix way I can emulate using cgywin
/MINGW32
perhaps.
Thought I'd ask before trying out if I can use Cloud9 for the convenience Tmux provides...
2 Answers

James Barnett
39,199 PointsMy understanding is that tmux is basically session management for dumb terminals. I'd recommend you check out console2

Kevin Lozandier
Courses Plus Student 53,747 PointsThank you James; I downloaded it and opened the zip. For some reason however , it acts crazy whenever I try to do something as simple as rails v
that doesn't happen when I use all my other consoles (i.e., cgywin, command prompt w/ Node, etc..)
Is there additional steps I must take for it to work optimally? My main use for a multi-terminal would be for Rails.