I'm looking for a terminal emulator on Mac OSX with a specific feature:

to be able to split the console window into multiple panes.

It's a great feature of Terminator for gnome, I think this image describes it best:

enter image description here

Notice that every pane is a different prompt with different applications running.

link|improve this question
feedback

2 Answers

up vote 5 down vote accepted

If you want another Terminal Emulator (instead of Terminal.app), use iTerm2, as Daniel Beck suggests. If you want to split the Terminal.app window into multiple ones, use either "screen" (already part of the standard Mac OS X installation), install "tmux" or split windows in emacs.

P.S. Very similar questions have already been asked (and answered), e.g. here: How to get vertical split of terminal in Mac, to execute different actions?

link|improve this answer
iTerm2 added terminal splitting in a recent release. – Ian C. Aug 31 '11 at 2:57
feedback

iTerm 2 supports this. Compare login times in the screenshot.

Don't know what's wrong with my PS1 though, I use Terminal usually. enter image description here

link|improve this answer
I've found that iTerm2 doesn't render PS1 correctly if it's anything non-trivial. That's actually the only reason I'm still using Terminal.app – alesplin Feb 6 '11 at 21:35
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.