Reputation: 1988
In Sublime Text 3, when you initiate split screen, there can be empty containers for each pane. However, in Atom, when you close the last one, it goes away. Are there any hacks for this?
Upvotes: 4
Views: 599
Reputation: 66
There's no need to install a separate package. Once you set core.destroyEmptyPanes
to false
in your config.cson
empty panes will no longer be destroyed. Alternatively, edit the setting graphically:
settings-view:open
in the Command Palette).Remove Empty Panes
.Upvotes: 5
Reputation: 1988
Found an answer. Here's the package for it: https://atom.io/packages/pane-layout-plus
Upvotes: 1