mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-02 18:05:45 +01:00
The Find Bar extension is available at your nearest retailer.
Now compatible with Firefox 2.0b1 - 3.1b3pre Reference: revision 6480:000f8fa25c83
This commit is contained in:
@@ -73,14 +73,6 @@
|
|||||||
<h3 tag="faq-lasttab">How can I prevent <k>d</k> on the last tab from closing the window?</h3>
|
<h3 tag="faq-lasttab">How can I prevent <k>d</k> on the last tab from closing the window?</h3>
|
||||||
<p><ex>:set!</ex> <hl key="HelpOpt">browser.tabs.closeWindowWithLastTab</hl>=<hl key="Boolean">false</hl></p>
|
<p><ex>:set!</ex> <hl key="HelpOpt">browser.tabs.closeWindowWithLastTab</hl>=<hl key="Boolean">false</hl></p>
|
||||||
|
|
||||||
<h3 tag="faq-regexpsearch">How can I use regular expressions in the page search?</h3>
|
|
||||||
<p>
|
|
||||||
Regular expression search is possible with the <tt>/Find Bar/</tt>
|
|
||||||
extension installed, in which case it can be toggled with the
|
|
||||||
<em>\r</em> and <em>\R</em> search flags. See also
|
|
||||||
<ex>:help</ex> <t>pattern</t>.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<h3 tag="faq-autocomplete"><strut/>How can I prevent the command line completion list showing until I press <k name="Tab"/>?</h3>
|
<h3 tag="faq-autocomplete"><strut/>How can I prevent the command line completion list showing until I press <k name="Tab"/>?</h3>
|
||||||
<p>
|
<p>
|
||||||
You can disable it entirely with <se opt="autocomplete"/> or for
|
You can disable it entirely with <se opt="autocomplete"/> or for
|
||||||
|
|||||||
@@ -49,7 +49,7 @@
|
|||||||
|
|
||||||
<p>
|
<p>
|
||||||
The following escape sequences can be used to modify the
|
The following escape sequences can be used to modify the
|
||||||
behavior of the find. When flags conflict, the last to
|
behavior of the search. When flags conflict, the last to
|
||||||
appear is the one that takes effect.
|
appear is the one that takes effect.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@@ -58,13 +58,6 @@
|
|||||||
<dt>\C</dt> <dd>Perform case sensitive find (default if <o>findcase</o>=<str>match</str>).</dd>
|
<dt>\C</dt> <dd>Perform case sensitive find (default if <o>findcase</o>=<str>match</str>).</dd>
|
||||||
<dt>\l</dt> <dd>Search only in links, as defined by <o>hinttags</o>.</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>
|
<dt>\L</dt> <dd>Search the entire page.</dd>
|
||||||
</dl>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
Additionally, if the /Find Bar/ extension is installed, the
|
|
||||||
following flags may be used,
|
|
||||||
</p>
|
|
||||||
<dl dt="width: 6em;">
|
|
||||||
<dt>\r</dt> <dd>Process the entire pattern as a regular expression.</dd>
|
<dt>\r</dt> <dd>Process the entire pattern as a regular expression.</dd>
|
||||||
<dt>\R</dt> <dd>Process the entire pattern as an ordinary string.</dd>
|
<dt>\R</dt> <dd>Process the entire pattern as an ordinary string.</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
|||||||
Reference in New Issue
Block a user