1.0.2 • Published 6 years ago

hyper-tab-close v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

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

    }