hyper-blink
Version:
Let Hyper's cursor blink.
27 lines (18 loc) • 813 B
Markdown
# Hyper: Blink! [![npm-version][npm-badge]][npm-link]
A living cursor blink, so here is this [Hyper](https://hyperterm.org) plugin, making it's cursor blink.
![hyper-blink][screenshot]
### Install
1. Open Hyper's preferences with <kbd>Cmd</kbd> + <kbd>,</kbd> (or manually at `~/.hyper.js`) with your editor.
2. Update your list of plugins to include `hyper-blink`, like so:
```javascript
plugins: [
'hyper-blink'
],
```
3. Fully reload Hyper (`Cmd + Shift + R`), and tada!
### License
MIT © [Amio][author]
[screenshot]: https://cloud.githubusercontent.com/assets/215282/16899531/2cf309fe-4c3a-11e6-970e-9cc44c2fb500.gif
[npm-badge]: https://img.shields.io/npm/v/hyper-blink.svg?style=flat-square
[npm-link]: https://www.npmjs.com/package/hyper-blink
[author]: https://github.com/amio