No description
- JavaScript 100%
| keymaps | move around | |
| lib | typo | |
| .gitignore | package-generator:generate-package | |
| CHANGELOG.md | update readme for publication | |
| LICENSE.md | license | |
| package.json | clean up | |
| README.md | update readme for publication | |
cursing-around package
A package for multiple cursor management. Loosely inspired by multi-cursor, the main differences feature-wise being :
- symmetry between the use of buffer and screen coordinates
- symmetry between the four directions (hence the
around)
The status is very embryonic.
Before the package being usable, I need at least cursing-around-screen:move-cursors-up to be functionally equivalent to core:move-up.