hyper-tab-close

1.0.2 • Public • Published

hyper-tab-close

npm version

A hyper plugin that allows you to alt+click on tabs to close them.

plugin demo

I should note that hyper ships with the ability to close tabs using a middle button mouse click.

Installation

To install and use, simply add 'hyper-tab-close' to your list of plugins in '~/.hyper.js':

    plugins: [ 'hyper-tab-close' ],

Customisation

You can also customise the behaviour of this plugin by adding the following to your config object within '~/.hyper.js':

    hyperCloseTab: {
        
        // PREVENT ABILITY TO CLOSE ACTIVE TABS
        stopActiveClose: true, //default = false

    }

Readme

Keywords

Package Sidebar

Install

npm i hyper-tab-close

Weekly Downloads

0

Version

1.0.2

License

MIT

Last publish

Collaborators

  • mitchreece