Skip to content

mitchreece/hyper-tab-close

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

    }

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published