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.

Anthony Giuliano
9,569 PointsCoda 2
I noticed Hampton open files and directories in his text editor from the terminal with the command 'subl'. I prefer a different text editor, is there a similar command I can use for Coda 2?
5 Answers

Chris Shaw
26,662 PointsHi Anthony,
You can download the Coda 2 CLI plugin from http://panic.com/coda/d/Coda%20CLI%201.0.pkg

Mohd Maqbool Alam
Full Stack JavaScript Techdegree Student 5,715 PointsWhy shouldn't you switch to atom text editor its fast free and its from github make sure give a try

Anthony Giuliano
9,569 PointsI'd be open to trying it, but I really like Coda. In any event, what's the terminal command to open a file in Atom?

Mohd Maqbool Alam
Full Stack JavaScript Techdegree Student 5,715 Pointsatom filename

Anthony Giuliano
9,569 PointsCool yea I just found this one, http://justinhileman.info/coda-cli/, looks like the same thing. Thanks again!

ds1291
3,398 PointsHello, Does anyone know how to split the screen so you can see the html on the left, the screen preview in the middle, and your css on the right side? As of now everytime I change the window they both change.
Thanks