Maximus5 / ConEmu

Customizable Windows terminal with tabs, splits, quake-style, hotkeys and more
https://conemu.github.io/
BSD 3-Clause "New" or "Revised" License
8.53k stars 572 forks source link

Issue with alignment between windows #2392

Closed GanerCodes closed 2 years ago

GanerCodes commented 2 years ago

Hello, I'm attempting to create a 4x3 grid of consoles. I nearly have it however due to the starting console needing splitting weird I have to reverse the order of them. This would be fine if I could use decimals however 66 -> 50 looks different than the 33 -> 50

image

example4x3Grid.bat:

cmd -new_console:s1T75H
cmd -new_console:s2T66H
cmd -new_console:s3T50H

cmd -new_console:s66V
cmd -new_console:s55V
cmd -new_console:s1T33V
cmd -new_console:s1T50V
cmd -new_console:s2T33V
cmd -new_console:s2T50V
cmd -new_console:s3T33V
cmd -new_console:s3T50V
Maximus5 commented 2 years ago

To make explicit x4 division you may split 1 by 50% these two tabs split again by 50%

rem starting from tab 1 cmd
cmd -new_console:s1T50Ht:tab3
cmd -new_console:s1T50Ht:tab2
cmd -new_console:s2T50Ht:tab4
Maximus5 commented 2 years ago

Perhaps I don't understand what's the problem and what do you want to achieve. Also, I don't see a version of ConEmu in your report.

GanerCodes commented 2 years ago

Ah, I understand now, I got it working thanks. The labeling/tabbing for splitting is kinda poorly documented imo, I tried for a while and I couldn't get it working right often times

Maximus5 commented 2 years ago

https://conemu.github.io/en/NewConsole.html