single-cursor
A pacakge allows you to create multiple cursors anywhere in the buffer, using only your keyboard. Commands of movement and selection of only last cursor has been added. This package is meant for keyboard only navigation.
A package features:
- add new cursor by command
single-cursor:toggle
(defaultCtrl-Alt-Enter
), - switch between active cursor by commands
single-cursor:next
(defaultCtrl-Alt-PageUp
) andsingle-cursor:previous
(defaultCtrl-Alt-PageDown
), - highlight active cursor,
- do action of single cursor, e.g.
single-cursor:move-up
(defaultCtrl-Alt-Up
), - a predefined kemap.
Installation
To install single-cursor
search for single-cursor in the Install pane of the Pulsar settings or run ppm install single-cursor
.
Alternatively, run ppm install bacadra/pulsar-single-cursor
to install a package directly from Github repository.
🍺
ContributingIf you have any ideas on how to improve the package, spot any bugs, or would like to support the development of new features, please feel free to share them via GitHub.
Notes
A package has been inspired by multi-cursor-plus, but decaffeinated, some problems has been resolved and new options added.