izuzak / atom-the-closer

Atom editor plugin for automatically closing the window when the last tab is closed.

Home Page:https://atom.io/packages/the-closer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Closer package

Closes the window when or after the last tab is closed. Doesn't ask any questions.

Configuration options

You can use the the-closer.closeWindowTogetherWithLastTab configuration option to configure whether the window is closed with or after the last tab is closed:

# config.cson

'the-closer':
  'closeWindowTogetherWithLastTab': true

You can also configure this option in Atom > Preferences > Close After Last Tab.

If closeWindowTogetherWithLastTab is set to false, then the current window will be closed when core:close is triggered (e.g. with cmd-w) after the last tab has been closed. In other words, you need to press cmd-w again after the last tab has been closed.

If closeWindowTogetherWithLastTab is set to true, then the current window will be close when core:close is triggered to close the last tab. In other words, pressing cmd-w to close the last tab will also close the window.

By default, closeWindowTogetherWithLastTab is set to true.

About

Atom editor plugin for automatically closing the window when the last tab is closed.

https://atom.io/packages/the-closer

License:MIT License


Languages

Language:CoffeeScript 100.0%