https://github.com/nju33/atom-tab-limiter
Tab limiter on Atom
https://github.com/nju33/atom-tab-limiter
atom-plugin tabs
Last synced: 11 months ago
JSON representation
Tab limiter on Atom
- Host: GitHub
- URL: https://github.com/nju33/atom-tab-limiter
- Owner: nju33
- License: mit
- Created: 2016-11-12T00:03:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-03T20:21:32.000Z (about 9 years ago)
- Last Synced: 2025-07-11T04:02:50.226Z (12 months ago)
- Topics: atom-plugin, tabs
- Language: CoffeeScript
- Homepage: https://atom.io/packages/tab-limiter
- Size: 765 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Tab Limiter

## Install
```
apm install tab-limiter
```
## Usage
When the number of tabs (except editing) exceeds the upper limit, the tab is closed automatically.
This will notify you when the tab is closed. You can open that tab again by click the 'Reopen' button on this notification.
(It is not notified when it is an untitled tab or a config tab.)
## Option
- `upperLimit`
default: `10`
Specify upper limit of tab
## Lisence
The MIT License (MIT)
Copyright (c) 2017 nju33