Extension for crosshair—vertical and horizontal line highlight—in hyperterm
Install HyperTerm and add hyperterm-crosshair
to plugins
in ~/.hyperterm.js
.
You can also add a key to the config object in hyperterm.js
to control the opacity of the highlight.
``` config: {
// some settings
// hyperterm-crosshair settings hypertermCrosshair: { opacity: 0.2, } } ```
MIT