pulsar/packages/bookmarks
Andrew Dupont 3ed145afb3 Add bookmarks service…
…for consumption by other packages.

This is nearly the simplest possible interface around the `bookmarks` package,
except that it will fire events when the number of bookmarks has changed.
2023-05-10 12:18:34 -07:00
..
keymaps Fix a bad rename 2023-01-03 12:54:18 -08:00
lib Add bookmarks service… 2023-05-10 12:18:34 -07:00
menus Bundle bookmarks 2023-01-03 02:17:48 -08:00
spec Add bookmarks service… 2023-05-10 12:18:34 -07:00
styles Bundle bookmarks 2023-01-03 02:17:48 -08:00
package-lock.json Remove standard generate/update lock files 2023-01-03 12:18:06 -08:00
package.json Add bookmarks service… 2023-05-10 12:18:34 -07:00
README.md Rebrand bookmarks 2023-01-03 02:43:52 -08:00

Bookmarks package

Bookmark lines in the editor.

Commands and Keybindings

Command Description Keybinding (Linux) Keybinding (macOS) Keybinding (Windows)
bookmarks:toggle-bookmark Add/remove a bookmark on the current line ctrl-shift-f2 cmd-f2 alt-ctrl-f2
bookmarks:clear-bookmarks Remove all bookmarks in the current editor alt-shift-f2 cmd-shift-f2 ctrl-shift-f2
bookmarks:view-all View all the bookmarks ctrl-f2 ctrl-f2 ctrl-f2
bookmarks:jump-to-next-bookmark Move the cursor to the next bookmark f2 f2 f2
bookmarks:jump-to-previous-bookmark Move the cursor to the previous bookmark shift-f2 shift-f2 shift-f2
bookmarks:select-to-next-bookmark Select the text to the next bookmark
bookmarks:select-to-previous-bookmark Select the text to the previous bookmark