51

I'm looking for a terminal emulator on Windows 7 (64 bit) with a specific feature:

to be able to split the command prompt 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 shell with different applications

NOTE: this question is similar to another one I asked: Terminal emulator with split panes for Mac OSX, but this time I'm asking for a solution in a Windows environment

EDIT: for reference, here's more about Terminator: http://gnometerminator.blogspot.com/p/introduction.html

8 Answers8

67

I'm the author of another terminal - ConEmu (open source). This answer describes how to run 2x2 grid on startup. Actually, any configuration of splits (up to 30 panes) can be configured. Also, each split can be run as different users or elevated (Vista and higher). Any console and simple GUI (like mintty/putty) applications may be run in ConEmu tabs.

ConEmu split-screen feature

How to create a split?

1) From create new console dialog. Just press [+] button on toolbar or WinW. Choose your app, working dir, user name and split configuration.

New console dialog in ConEmu

2) CtrlShiftO and CtrlShiftE split active shell vertically or horizontally. Press WinAltK to see full hotkeys list.

3) Save your configured split-panes into new named task to get it on fast access next time. Open Settings dialog WinAltP and go to "Tasks" page. Add new task (+ button) and press Active tabs. Your task will be filled with your current split configuration. Don't forget to Save settings. For example

>cmd -new_console:n
powershell -new_console:s1TVn
sh --login -i -new_console:s1THn
putty -load mysrv -new_console:s2THn

Another free alternatives

ConsoleZ (fork of Console2) ConsoleZ

Alternative Windows Console AWC

Maximus
  • 20,835
20

The best Terminator parallel for Windows is:

Cmder


  • You can use split panes in Cmder
  • It supports tabs

enter image description here


  • It also allows for running a program (like Sublime Text) in a pane

enter image description here

[Note: The larger msysgit version of Cmder comes places Git and all Unix commands in your PATH ]

13

I just saw this mentioned in another answer, and remembered that you were looking for something like this.

PowerCmd

PowerCmd

I just use Console2 with TCC/LE and PowerShell, myself.

paradroid
  • 23,297
8

I've looked around and have settled on mobaxterm. It is a simple windows install but pulls in the features of terminator and winSCP. I'm pretty happy with it but would be pleasantly surprised to find a better windows based terminal to keep me connected.

http://mobaxterm.mobatek.net/

Eric Nord
  • 181
6

The Terminator from http://software.jessies.org/terminator/ requires installation of Cygwin, which is a bit more work than using ComEmu

0

According to the home page for Terminator, it's cross platform and runs on Windows. So... Terminator?

http://software.jessies.org/terminator/

Mark Allen
  • 2,880
0

MRemoteNG. It will allows you to connect to many ports (SSH 1/2, RDP, VNC, etc) in one window. Support splitted & tabbed window. One for all application for remoting. Give it a try.

-1

You can use Ctrl + Shift + O or Ctrl + Shift + E for vertical/horizonal spliting

enter image description here

Bipool
  • 101
  • 1