The maximum layout columns is 4?
Can I make more? I wanna 6 at least.
Make more columns?
FichteFoll
#2
Sure. You can install the Origami package to make working with multiple panes easier.
A detailed explanation of how to do this manually can be found here: http://docs.sublimetext.info/en/latest/reference/api.html#sublime.Window.set_layout
You could then add a key binding that sets a 6-column layout, for example.
3 Likes