hyperterm-tabs

1.4.0 • Public • Published

hyperterm-tabs

HyperTerm tabs reordering support plugin

Install

Add hyperterm-tabs to the plugins list in your ~/.hyperterm.js config file.

Usage

As drag&drop is currently not possible, only reordering with keyboard shortcuts is available.

To move active tab around, press alt+left/right arrow or ctrl+alt+shift+left/right arrow, or configure your own shortcuts using config (using mousetrap supported keys):

module.exports = {
  config: {
    ...
    hyperTabsMove: {
      moveLeft: 'command+[',
      moveRight: ['command+]', 'r i g h t']
    }
    ...
  }
  ...
}

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.4.09latest
1.4.10next

Version History

VersionDownloads (Last 7 Days)Published
1.4.10
1.4.09
1.3.5-next0
1.3.50
1.3.40
1.3.31
1.3.20
1.3.10
1.3.00
1.2.10
1.2.00
1.1.00
1.0.10
1.0.00

Package Sidebar

Install

npm i hyperterm-tabs

Weekly Downloads

10

Version

1.4.0

License

MIT

Unpacked Size

1.08 MB

Total Files

7

Last publish

Collaborators

  • patrik-piskay