diff --git a/common/locale/en-US/browsing.xml b/common/locale/en-US/browsing.xml
index cb2fbf9a..4ecccd67 100644
--- a/common/locale/en-US/browsing.xml
+++ b/common/locale/en-US/browsing.xml
@@ -263,6 +263,117 @@ want to bypass &dactyl.appName;'s key handling and pass keys directly to
Navigating
+-
+ ]]>
+
+ count]]>
+
+
+ Go to an older position in the jump list.
+ If count is specified, jump count positions backward.
+
+
+
+
+-
+ ]]>
+
+ count]]>
+
+
+ Go to a newer position in the jump list.
+ If count is specified, jump count positions forward.
+
+
+
+
+-
+ H]]>
+
+ [count]H
+
+
+ Go back in the browser history. If count is specified, go
+ back count pages.
+
+
+
+
+-
+ L]]>
+
+ countL
+
+
+ Go forward in the browser history. If count is specified,
+ go forward count pages.
+
+
+
+
+-
+ :ba :back
+ :countback url
+ :countback!
+
+
+ Go back in the browser history. If count is specified, go
+ back count pages.
+
+
+ The special version :back! goes to the beginning of the browser history.
+
+
+
+
+-
+ :fw :fo :forward
+ :countforward url
+ :countforward!
+
+
+ Go forward in the browser history. If count is specified,
+ go forward count pages.
+
+
+ The special version :forward! goes to the end of the browser history.
+
+
+
+
+-
+ :hs :hist :history
+ :history! filter
+
+
+ Show recently visited URLs. Opens the message window at the bottom of the screen
+ with all history items whose page titles or URLs match
+ filter.
+
+
+
+ The special version :history! works the same as
+ :history except that it opens all matching
+ pages in new tabs rather than listing them.
+
+
+ The pages may also be filtered via the following options,
+
+
+ - -max
+ -
+ The maximum number of items to list or open
+ (short name -m).
+
+ - -sort
+ -
+ The sort order of the results
+ (short name -s).
+
+
+
+
+
In addition to the history commands, the following navigational
commands are available:
diff --git a/common/locale/en-US/marks.xml b/common/locale/en-US/marks.xml
index 1f721f4d..375667bc 100644
--- a/common/locale/en-US/marks.xml
+++ b/common/locale/en-US/marks.xml
@@ -14,7 +14,7 @@
&dactyl.appName; supports a number of different methods of
- marking your place, in order to easily return later,
+ marking your place, in order to easily return later:
@@ -22,7 +22,6 @@
- QuickMarks allow you to quickly save and return to as many as 62 (a-zA-Z0-9) different web sites with a quick keyboard shortcut.
- Local marks allow you to store and return to a position within the current web page.
- URL marks allow you to store and return to the position and URL of the current web page.
- - History marks every opened page with data on when and how often it has been visited.
Bookmarks
@@ -171,129 +170,6 @@
-History
-
-
- Though not traditionally considered a mark, history behaves very
- similarly to bookmarks both in &dactyl.host; and
- &dactyl.appName;. Every visited page is marked and weighted by
- when and how often it is visited, and can be retrieved both in
- history list and location completions. Indeed, the ‘frecency’
- algorithm used to determine the results of location completions
- (see the complete option) means that history is often a
- more effective type of mark than bookmarks themselves.
-
-
--
- ]]>
-
- count]]>
-
-
- Go to an older position in the jump list.
- If count is specified, jump count positions backward.
-
-
-
-
--
- ]]>
-
- count]]>
-
-
- Go to a newer position in the jump list.
- If count is specified, jump count positions forward.
-
-
-
-
--
- H]]>
-
- [count]H
-
-
- Go back in the browser history. If count is specified, go
- back count pages.
-
-
-
-
--
- L]]>
-
- countL
-
-
- Go forward in the browser history. If count is specified,
- go forward count pages.
-
-
-
-
--
- :ba :back
- :countback url
- :countback!
-
-
- Go back in the browser history. If count is specified, go
- back count pages.
-
-
- The special version :back! goes to the beginning of the browser history.
-
-
-
-
--
- :fw :fo :forward
- :countforward url
- :countforward!
-
-
- Go forward in the browser history. If count is specified,
- go forward count pages.
-
-
- The special version :forward! goes to the end of the browser history.
-
-
-
-
--
- :hs :hist :history
- :history! filter
-
-
- Show recently visited URLs. Opens the message window at the bottom of the screen
- with all history items whose page titles or URLs match
- filter.
-
-
-
- The special version :history! works the same as
- :history except that it opens all matching
- pages in new tabs rather than listing them.
-
-
- The pages may also be filtered via the following options,
-
-
- - -max
- -
- The maximum number of items to list or open
- (short name -m).
-
- - -sort
- -
- The sort order of the results
- (short name -s).
-
-
-
-
QuickMarks