Hi I am wondering if there is a way to specify sublime to open a window with a specific split layout ( rows and columns) from the cli.
All the files are generated dynamically by a script and wish to open sublime from that script with the desired layout
Something like:
files A, B, C on the first row ( 3 columns )
file D on the second row ( 1 column )
Regards