hyper-alt-click
v0.1.1
Published
A hyper plugin that allows you to move the cursor using the mouse via the alt+click combination.
Readme
hyper-alt-click
An experimental (hacky) plugin to allow moving the cursor by alt+clicking in hyper. Very early in development.

DISCLAIMER: 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!
Installation
add hyper-alt-click to ~/.hyper.js's plugin list.
{
//...
plugins: ["hyper-alt-click"],
}FAQ
Does it work on windows?
No idea, but I don't see why not.
Does it work in VIM/Nano/Etc...
Not yet, as it cant seem to handle the new lines. This is possible though in a future version and with more research.
Why experimental/hacky?
[explanation incoming]
