How to automatically adjust width of active pane in ConEmu Terminal

2

I'd like to configure ConEmu in the following manner: If I have several existing open consoles in a split window, the active console automatically takes xx% of the width and the other splits take a smaller portion.

In the picture below the left console is active (I am currently working there) and it is wide. When I switch to the right console (the one that is inactive in the picture), I would like this right console to become wider and the left one narrow. This should happen automatically.

enter image description here

I found the documentation for the Gui Macros that allow me to

[...m]ove splitter between panes (aka resize panes)

However I am stuck with implementing the feature above.

Any help appreciated.

Zuabi

Posted 2018-09-17T12:14:28.977

Reputation: 121

What do you want in fact: resize your current splits or start panes in desired configuration? – Maximus – 2018-09-17T14:28:51.487

@Maximus, thanks for looking at this. I would like to resize current panes (splits) that are already open. – Zuabi – 2018-09-17T15:26:47.140

Your question is too abstract. GuiMacro is intended to execute some actions. No problem, but you didn't tell us what actions you want to execute. What have you tried and what is the problem? – Maximus – 2018-09-18T14:08:16.703

@Maximus, thanks again for your comment. I added a screenshot. – Zuabi – 2018-09-19T06:10:40.237

No answers