Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to make Atom split screen "stay" even after closing the last tab on a pane?

Tags:

atom-editor

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?

like image 318
Ka Mok Avatar asked Oct 31 '25 16:10

Ka Mok


1 Answers

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:

  1. Open your Settings View (e.g. by typing settings-view:open in the Command Palette).
  2. In the Core tab, remove the checkbox in front of Remove Empty Panes.
like image 185
Alchiadus Avatar answered Nov 02 '25 13:11

Alchiadus



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!