This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

hyper-shift-select

0.0.4 • Public • Published

hyper-shift-select

DO NOT USE THIS PLUGIN. Instead, upgrade to the latest version of Hyper 2.x. It fixes the issues this was intended to solve.

This plugin is unmaintained.


Most terminals don't pass through mouse events while a certain modifier key is pressed. On OS X, that modifier is usually alt. On Linux, that modifier key is usually shift.

Hyper 2.x depends on xterm.js 2.9.2. Version 3 of xterm.js fixes some issues around this behavior, but those fixes likely won't get backported.

So instead, this plugin monkey-patches xterm.js's SelectionManager and hooks into the terminals event handlers to:

This plugin also fixes a bug where copying text from an application in alt-screen mode wouldn't copy from the correct buffer.

Important: Designed for Hyper 2.x


Install

Edit your ~/.hyper.js:

plugins: [
  'hyper-shift-select',
],

Package Sidebar

Install

npm i hyper-shift-select

Weekly Downloads

4

Version

0.0.4

License

MIT

Unpacked Size

5.65 MB

Total Files

4

Last publish

Collaborators

  • bgw