A hyper plugin that allows you to move the cursor using the mouse via the alt+click combination.
npm install hyper-alt-clickDISCLAIMER: This plugin is essentially one giant hack due to the limited API provided by Hyper. Use it with caution! Actual support should be added to hyper core. Unless someone finds a better way than this!
add hyper-alt-click to ~/.hyper.js's plugin list.
``javascript``
{
//...
plugins: ["hyper-alt-click"],
}