Home » Questions » Computers [ Ask a new question ]

Split Terminal windows on Snow Leopard

Split Terminal windows on Snow Leopard

I'm not sure if anyone ever noticed, but in snow leopard in Terminal on top corner of your scrolling there is an icon also can be used through apple key + D

Asked by: Guest | Views: 319
Total answers/comments: 2
Guest [Entry]

"You're misinterpreting the feature. It's not meant for two separate terminals. It's intended to allow a user to see two different view points in the same terminal. For instance, if you have 3000 files in a directory, and you perform an ls command, that output is going to be very long.

If you use the split pane, you can scroll through that long output without having to flip back and forth, possibly losing your place along the way.

If you want two terminals, use tabs, or separate windows."
Guest [Entry]

"The split pane function does exactly what it does in a text editor: splits your current terminal window in half and lets you scroll each half separately.

It's extremely useful when you want to look at the output of an earlier command while continuing to interact with the command line. Much easier than scrolling up and down between two sections!"