Can I do this with Sublime text?

Sublime Text split view, 2 columns on top, 1 column on bottom.
You can type this in the ST Console (View menu -> Show Console):
window.set_layout({'cells': [[0, 0, 1, 1], [1, 0, 2, 1], [0, 1, 2, 2]], 'rows': [0.0, 0.5, 1.0], 'cols': [0.0, 0.5, 1.0]})
There is a guide on how the layout works:
And some plugins that make it easier to work with different layouts:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With