mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-13 19:45:46 +01:00
Typo and general idiocy fixes. Kill 'linksearch'.
This commit is contained in:
@@ -396,7 +396,6 @@ This file contains a list of all available commands, mappings and options.
|
||||
<dt><o>insertmode</o></dt> <dd>Use Insert mode as the default for text areas</dd>
|
||||
<dt><o>jsdebugger</o></dt> <dd>Use the JavaScript debugger service for JavaScript completion</dd>
|
||||
<dt><o>laststatus</o></dt> <dd>Show the status line</dd>
|
||||
<dt><o>linksearch</o></dt> <dd>Limit the search to hyperlink text</dd>
|
||||
<dt><o>loadplugins</o></dt> <dd>Load plugin scripts when starting up</dd>
|
||||
<dt><o>mapleader</o></dt> <dd>Defines the replacement keys for the <k name="Leader"/> pseudo-key</dd>
|
||||
<dt><o>maxitems</o></dt> <dd>Maximum number of items to display at once in a listing</dd>
|
||||
|
||||
@@ -944,22 +944,6 @@
|
||||
</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<tags>'nolks' 'nolinksearch'</tags>
|
||||
<tags>'lks' 'linksearch'</tags>
|
||||
<spec>'linksearch' 'lks'</spec>
|
||||
<type>boolean</type>
|
||||
<default>off</default>
|
||||
<description>
|
||||
<p>
|
||||
Limit searches to hyperlink text. This includes all elements
|
||||
matched by the <o>hinttags</o> XPath. This behavior can also be
|
||||
enabled by including <em>\l</em> in the search pattern, and
|
||||
disabled by including <em>\L</em>.
|
||||
</p>
|
||||
</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<tags>'nolpl' 'lpl'</tags>
|
||||
<tags>'noloadplugins' 'loadplugins'</tags>
|
||||
|
||||
@@ -59,7 +59,7 @@
|
||||
<dl dt="width: 6em;">
|
||||
<dt>\c</dt> <dd>Perform case insensitive search (default if <o>searchcase</o>=<str>ignore</str>).</dd>
|
||||
<dt>\C</dt> <dd>Perform case sensitive search (default if <o>searchcase</o>=<str>match</str>).</dd>
|
||||
<dt>\l</dt> <dd>Search only in links, as defined by <o>hinttags</o>. (default if <o>linksearch</o> is set).</dd>
|
||||
<dt>\l</dt> <dd>Search only in links, as defined by <o>hinttags</o>.</dd>
|
||||
<dt>\L</dt> <dd>Search the entire page.</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user