Skip to content

bacadra/pulsar-single-cursor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

single-cursor

demo

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 (default Ctrl-Alt-Enter),
  • switch between active cursor by commands single-cursor:next (default Ctrl-Alt-PageUp) and single-cursor:previous (default Ctrl-Alt-PageDown),
  • highlight active cursor,
  • do action of single cursor, e.g. single-cursor:move-up (default Ctrl-Alt-Up),
  • a predefined keyboard shortcuts.

Installation

To install single-cursor search for single-cursor in the Install pane of the Pulsar settings or run ppm install single-cursor. Alternatively, you can run ppm install bacadra/pulsar-single-cursor to install a package directly from the Github repository.

Contributing

If 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.