An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Tab Limiter

![Atom Tab Limiter ](https://github.com/nju33/atom-tab-limiter/blob/master/screenshot.gif?raw=true)

## 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