binsearch-positioning

Introduces commands to position the cursor in a line using a binary search approach.

boborbt

86

1

0.6.0

MIT

GitHub

Binsearch Positioning Package

It introduces two commands moveLeft and moveRight allowing one to move inside a line using a binary search strategy: e.g., the first moveLeft command will position the cursor in the mid of the string starting from the beginning of the line and the current position, a following moveRight command would move the cursor half way towards its original position.

demo

Key bindings

Issues

I am not familiar with Atom development, contributions to this package will be very welcome.