Andrew Dupont 413eeeaa5b Fix memory access error on `autocomplete-html` specs 9 月之前
..
keymaps 140d692a2a Fix a bad rename 1 年之前
lib 3ed145afb3 Add bookmarks service… 1 年之前
menus 60c03cc192 Bundle `bookmarks` 1 年之前
spec 413eeeaa5b Fix memory access error on `autocomplete-html` specs 9 月之前
styles 60c03cc192 Bundle `bookmarks` 1 年之前
README.md 44f267589b Rebrand `bookmarks` 1 年之前
package-lock.json b306ffe39f Remove `standard` generate/update lock files 1 年之前
package.json 3ed145afb3 Add bookmarks service… 1 年之前

README.md

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