mark-ring

Easily create multiple cursors without your mouse.

jhonaker

158

3

3.0.0

MIT

GitHub

Mark-ring Atom package

Easily create multiple cursors without your mouse.

A screencast of mark-ring in action

This package allows you to create multiple cursors in places other than simply above and below the current cursors. All you need to remember is one easy-to-use shortcut that does everything!

Features

Installation

Use apm: apm install mark-ring

Or install through the Atom setting menu.

Shortcuts and Commands

The available commands for binding are:

You only need mark-ring:mark-or-recall to use this package. It will mark under your cursor, but if there is a mark already there, it wil clear and recall all marks.

By default only these keybindings are set up:

Mac
Windows/Linux

The rest are still available through the command palette or you own custom keybindings.

If anyone has any suggestions or ideas, open an issue or submit a pull request!

Acknowledgements:

This package was inspired by the Must Have Packages That Don't Exist thread and the MarkAndMove SublimeText package.

I heavily borrowed from the atom-bookmarks package. The code in that package was instrumental getting this to work.