Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 849 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 849 Bytes

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

    }