Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sublime text split view, 2 columns on top, 1 column on bottom

Can I do this with Sublime text?

enter image description here

Sublime Text split view, 2 columns on top, 1 column on bottom.

like image 469
KcFnMi Avatar asked Nov 19 '25 20:11

KcFnMi


1 Answers

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:

  • https://nikolaloncar.com/sublime-text-custom-layout-tutorial-inside-out-with-examples/

And some plugins that make it easier to work with different layouts:

  • https://packagecontrol.io/packages/Origami
  • https://packagecontrol.io/packages/More%20Layouts
like image 169
Keith Hall Avatar answered Nov 22 '25 11:11

Keith Hall



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!