I'm trying to arrange my conemu panels in a specific way. I only managed to get 2/3 of the panels to be arranged as i'd like, but i can't figure out how to do the last part.
The layout i'm after is something like this:
but i only managed to get two panels split horizontally and the third one opens on a new (fullscreen) panel in a different tab.
How can i achive this? The task parameters i'm using are the following:
title GIT -new_console:12T50H:P:"Dracula" & cmd /k "%ConEmuDir%\..\init.bat" && cd c:\src\www
title Website -new_console:12T50V:P:"Dracula" & cmd /k "%ConEmuDir%\..\init.bat" && cd c:\src\www
title DYS -new_console:s2T50V:P:"Monokai - Custom" & cmd /k "%ConEmuDir%\..\init.bat" && cd c:\src\dys
Thanks for any suggestion