&dactyl.appName; supports a number of different methods of marking your place, in order to easily return later:
Bookmarks are the most traditional kind of marks supported by
&dactyl.appName;. They are accessible through &dactyl.host;'s
bookmark menu, sidebar, and toolbar, in addition to its location
bar completion system. &dactyl.appName; makes them accessible
not only via several commands and its completion system (see the
Add a bookmark.
The following options are available:
If
If
Toggle bookmarked state of current URL. Add/remove a bookmark for the current location, depending on whether it is already bookmarked. New bookmarks are placed in the Unfiled Bookmarks folder, and don't appear in the bookmarks menu or toolbar, but do appear in location bar and :open completions, as well as the :bmarks list.
List or open multiple bookmarks. Opens the message window at the
bottom of the screen with all bookmarks with URLs matching
The special version
The bookmarks may also be filtered via the following options:
Deletes all bookmarks which match
Accepts the same options as :bmarks.
If
QuickMarks are bookmarks stripped to the bone for quickly getting to the pages that you visit most. A QuickMark is simply a URL assigned to a letter or digit. They can therefore be saved or opened with only three key presses each. QuickMarks are persistent across browser sessions.
Add new QuickMark for current URL. You can later jump to
the mark with
Jump to a QuickMark in the current tab. See also
Jump to a QuickMark in a new tab. The new tab is focused
only if
Mnemonic: Go in a new tab.
Delete the specified QuickMarks.
Examples:
Mark url with a letter or digit for quick access. See also
In addition to simple URLs, url may be any string
that can be passed to
List QuickMarks. If
Local and URL marks allow you to mark your position on the current page to quickly return later. Each mark is assigned to a letter. Lowercase letters behave as local marks, while uppercase letters act as URL marks. The difference between the two is that local marks apply uniquely to each page, while URL marks mark a specific position on a specific page. So, while the mark m may take you to the top of the page on Site 1, it may take you to the middle on Site 2. The mark M, on the other hand, will always return you to Site 1, possibly switching buffers or creating a new one. All marks are persistent across browser sessions.
Set mark at the cursor position. Marks a-z are local to the buffer, whereas A-Z are valid between buffers.
Jump to the mark. Marks a-z are local to the buffer, whereas A-Z are valid between buffers. The special mark ' holds the buffer position before the last scrolling action.
Delete the specified marks.
Examples:
Mark current location within the web page.
Show all local marks for the current web page and all
URL marks. If