Terminal emulator with split panes for Windows 7 (64 bit)

47

35

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

Silvio Donnini

Posted 2011-04-07T21:31:30.863

Reputation: 762

Question was closed 2019-04-25T03:08:56.677

1

In case you are on Windows 10, you can have Terminator with WSL: https://blog.ropnop.com/configuring-a-pretty-and-usable-terminal-emulator-for-wsl/

– nephewtom – 2018-12-20T22:37:05.470

Answers

12

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

Posted 2011-04-07T21:31:30.863

Reputation: 20 970

Is this capable of remote CLI using SSH? – SuB – 2015-04-16T07:26:24.623

PowerCmd needs administrator privilege to run, so on Vista/Win7 it will trigger a UAC prompt each time you run it, quite annoying. – None – 2011-05-13T07:42:21.560

Unfortunately it doesn't handle terminal colors like cmd. – Adam – 2013-03-22T10:23:37.827

65

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

Posted 2011-04-07T21:31:30.863

Reputation: 19 395

Is it possible to send commands to multiple panes, like in iTerm2 & terminator, with conemu on Windows? example: http://blog.blakesimpson.co.uk/read/35-send-command-to-all-iterm-2-panes

– djKianoosh – 2014-12-11T20:49:03.357

Yes. Apps+G by default – Maximus – 2014-12-12T06:37:46.933

Cmder is ConEmu compliant (http://rakhesh.com/windows/whee-cmder-can-do-split-panes/)

– shadowbq – 2015-07-02T16:04:09.970

Thank you - I've been using Console2 for years, but its quirks and limitations are finally getting to me. I'll try ConEmu. :) – Xupicor – 2015-07-19T14:42:11.763

weird, I saved the layout, but when I close the program and start it again, the program opens a new cmd as usual, then I start my previously saved task, but the layout is stumbling, not looks like previously saved. – truongnm – 2016-05-26T02:42:45.710

@truongnm Version from year 2015? Update it! – Maximus – 2016-05-26T13:06:33.227

1Vouching for ConEmu right here! Just downloaded and set it up. Took about 10 seconds to learn and using the answer linked above, startup with my tabs was painless :D It even supported Git Bash right out of the box! In case anyone has trouble finding it, once you set up your Task in settings, click the Startup pane and use your "Specified named task" to run it. – Jonny Asmar – 2018-03-15T19:03:27.427

3I've used ConEmu for at least a year and can vouch for it. I didn't know it could do split panes and found this post while looking for Terminator for Windows (I also use Terminator on Linux). Big thanks to you Maximus both for ConEmu and for providing this info! – jeffa00 – 2013-11-06T13:53:09.123

2Upvote for stating that you arere the author and providing links to alternative software. Other users could learn from your answer. – DanteTheEgregore – 2014-01-24T17:30:33.697

Im a little confused by your 'how to split' explanation. In iTerm2 I can just do Command-D or Command-Shift-D to split a tab. End of story. Can/Do I have this capability with your app? Thanks. I dont want to 'setup' every time I want to split. I would like to just press some hotkeys and get a split. Can your app do that? – TheGrapeBeyond – 2014-05-27T16:36:17.783

@TheGrapeBeyond Read answer again. Will there. Exactly "2". – Maximus – 2014-05-27T17:45:42.400

19

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 ]

NonlinearFruit

Posted 2011-04-07T21:31:30.863

Reputation: 738

6

It is ConEmu+git+clink actually.

– Maximus – 2015-09-06T21:36:29.123

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

Posted 2011-04-07T21:31:30.863

Reputation: 181

3+1 for MobaXterm: the "split view" mode allows me to have up to 4 consoles at different sizes with easy navigation through them using Ctrl+Tab! – Didier – 2015-03-07T12:47:51.443

2Although it has a bunch of features I don't quite like how MobaXTerm handles split view. First, there is only the option of 2 or 4 split. I want to be able customize this more and arrange the subwindows the way I want. Also I find that the borders of the windows in split mode are way too large and take away space. It's cool though that you only cycle through the windows selected for split view, but the fact thats its a separate "mode" kills it for me. – GeeF – 2016-08-08T12:04:36.917

4

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

Robert Ebers

Posted 2011-04-07T21:31:30.863

Reputation: 41

1This should have been a comment to the Mark Allen's reply. After gaining 50 points of reputation you will be able comment on posts of others. – pabouk – 2014-02-03T21:07:15.003

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

Posted 2011-04-07T21:31:30.863

Reputation: 2 801

1

No. That's a software with the same name and without the feature I described. The Terminator I'm referring to is this: http://www.tenshu.net/terminator/

– Silvio Donnini – 2011-04-07T22:13:34.897

Ah, sorry then! – Mark Allen – 2011-04-08T21:21:55.823

I didn't know about this one. Thanks! – h3xStream – 2012-08-16T22:09:54.263

The current URL of the project is https://code.google.com/p/jessies/.

– pabouk – 2014-02-03T21:10:58.353

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.

serverx86

Posted 2011-04-07T21:31:30.863

Reputation: 9

MRemoteNG is a remote connection manager - not a console/terminal emulator. – Jens A. Koch – 2015-05-22T16:18:03.273

-1

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

enter image description here

Bipool

Posted 2011-04-07T21:31:30.863

Reputation: 1

1

(1) Since you don’t even say what program you’re talking about, this does not answer the question.    (2) I can see from your image that you’re talking about ConEmu.   Based on that, I can see that your post is a subset of Maximus’s answer.

– G-Man Says 'Reinstate Monica' – 2019-04-24T23:42:27.723