super-cursor
A superset of commands to improve multi-cursor workflow. A package allows you to create multiple cursors anywhere in the text-editor (inc. mini) using only your keyboard. This package is intended for keyboard-only navigation.
Installation
To install super-cursor
search for super-cursor in the Install pane of the Pulsar settings or run ppm install super-cursor
. Alternatively, you can run ppm install bacadra/pulsar-super-cursor
to install a package directly from the Github repository.
Features
- Create new cursor by command
super-cursor:toggle
(defaultCtrl-Alt-Enter
). - Switch active cursor by commands
super-cursor:previous
(defaultCtrl-Alt-PageUp
) andsuper-cursor:next
(defaultCtrl-Alt-PageDown
). - Highlight active cursor if there are more than two cursors.
- Single cursor movement, selection and other commands, e.g.
super-cursor:move-up
(defaultCtrl-Alt-Up
). - A predefined keyboard shortcuts for single cursor movement.
- Power mode (default
Ctrl-Alt-Insert
) allow you make all cursor operations, but only active cursor used. - Cursor consolidation going to place last cursor at position of active cursor.
- Package is compatible with
overtype-mode
. - If power mode is active, then class list of text-editor is extended by
super-cursor
.
Contributing
Got ideas to make this package better, found a bug, or want to help add new features? Just drop your thoughts on GitHub — any feedback’s welcome!