mark

Provides a buffer mark supporting select-to-mark and goto-mark

Michael Kleehammer

3,385

2

1.3.3

MIT

GitHub

mark package

Original package by @mkleehammer

Provides a single "mark" per editor with the ability select the text from the mark to the cursor and to go to the mark, similar to marks in other editors.

To toggle the mark at the current position (not just line, but column), use Mark:Toggle. The mark appears as a push-pin in the gutter.

To select all text between the cursor and the mark, use Mark:Select To Mark.

The mark can be cleared by toggling the mark at the same position, but Mark:Clear Mark can be used to clear it from anywhere.

Finally, you can jump to the mark using Mark:Goto Mark.

Keybindings for all commands:

Mac OS X:

Linux/Windows