1.4.0 • Published 6 years ago

hyperterm-tabs v1.4.0

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

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+]', 'l e f t']
    }
    ...
  }
  ...
}
1.4.1

6 years ago

1.4.0

6 years ago

1.3.5-next

6 years ago

1.3.5

7 years ago

1.3.4

7 years ago

1.3.3

7 years ago

1.3.2

7 years ago

1.3.1

7 years ago

1.3.0

7 years ago

1.2.1

8 years ago

1.2.0

8 years ago

1.1.0

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago