diff options
author | Doug Kearns <dougkearns@gmail.com> | 2011-07-21 11:54:04 +1000 |
---|---|---|
committer | Doug Kearns <dougkearns@gmail.com> | 2011-07-21 11:54:04 +1000 |
commit | b4936fa481abf6c2be4f72f9e444f4782bdb0ea1 (patch) | |
tree | eafb1f22b4c1c0715d555a8a70f5a461dd436948 /common/locale/en-US/pattern.xml | |
parent | a6cab89965bc0dd0e1d67db36babe6c3c2d3ffb4 (diff) | |
download | pentadactyl-b4936fa481abf6c2be4f72f9e444f4782bdb0ea1.tar.gz |
Add finder map aliases.
Diffstat (limited to 'common/locale/en-US/pattern.xml')
-rw-r--r-- | common/locale/en-US/pattern.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/common/locale/en-US/pattern.xml b/common/locale/en-US/pattern.xml index e779db3c..6ecac3a0 100644 --- a/common/locale/en-US/pattern.xml +++ b/common/locale/en-US/pattern.xml @@ -45,7 +45,7 @@ </p> <item> - <tags>/</tags> + <tags><![CDATA[<find-forward> /]]></tags> <spec>/<a>pattern</a><k name="CR"/></spec> <description> <p>Find <a>pattern</a> starting at the current caret position.</p> @@ -75,7 +75,7 @@ </item> <item> - <tags>?</tags> + <tags><![CDATA[<find-forward> ?]]></tags> <spec>?<a>pattern</a><k name="CR"/></spec> <description> <p> @@ -86,7 +86,7 @@ </item> <item> - <tags>n</tags> + <tags><![CDATA[<find-next> n]]></tags> <spec>n</spec> <description short="true"> <p>Find next. Repeat the last find.</p> @@ -94,7 +94,7 @@ </item> <item> - <tags>N</tags> + <tags><![CDATA[<find-previous> N]]></tags> <spec>N</spec> <description short="true"> <p>Find previous. Repeat the last find in the opposite direction.</p> @@ -102,7 +102,7 @@ </item> <item> - <tags>*</tags> + <tags><![CDATA[<find-word-next> *]]></tags> <spec>*</spec> <description short="true"> <p>Search forward for the next occurrence of the word under cursor.</p> @@ -110,7 +110,7 @@ </item> <item> - <tags>#</tags> + <tags><![CDATA[<find-word-previous> #]]></tags> <spec>#</spec> <description short="true"> <p>Search backward for the previous occurrence of the word under cursor.</p> |