1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-24 14:15:46 +01:00

Sync FAQ with website.

This commit is contained in:
Kris Maglione
2011-08-03 10:39:29 -04:00
parent c62762c0e3
commit d6e5f9f1f7

View File

@@ -65,8 +65,8 @@
<h3 tag="faq-statussymbols">What do the "[-+♥]" symbols in the status bar mean?</h3> <h3 tag="faq-statussymbols">What do the "[-+♥]" symbols in the status bar mean?</h3>
<p> <p>
These indicate that you can move backward through history, These indicate that you can move backward through history,
that you can move forward through history, and that the page that you can move forward through history, and that the page is
is bookmarked, respectively. See also <ex>:help</ex> bookmarked, respectively. See also <ex>:help</ex>
<t>status-line</t>. <t>status-line</t>.
</p> </p>
@@ -81,37 +81,37 @@
<ex>:help</ex> <t>pattern</t>. <ex>:help</ex> <t>pattern</t>.
</p> </p>
<h3 tag="faq-autocomplete">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 <ex>:set autocomplete=</ex> You can disable it entirely with <se opt="autocomplete"/> or for
or for specific types of command completion by specific types of command completion by choosing more
choosing more restrictive values. See <ex>:help</ex> restrictive values. See <ex>:help</ex> <o>autocomplete</o> and
<o>autocomplete</o> and <o>wildmode</o>. <o>wildmode</o>.
</p> </p>
<h3 tag="faq-editor-fork">Why doesn't external input field editing work with my <o>editor</o> setting?</h3> <h3 tag="faq-editor-fork">Why doesn't external input field editing work with my <o>editor</o> setting?</h3>
<p> <p>
Unfortunately, external editors which return immediately, Unfortunately, external editors which return immediately, before
before editing is complete, are not supported. This means that editing is complete, are not supported. This means that
gvim, for instance, must be run with the <em>-f</em> flag, and <tt>gvim</tt>, for instance, must be run with the <em>-f</em>
editors run from a terminal must not connect to a remote flag, and editors run from a terminal must not connect to a
process. In the case of Rxvt-unicode, this means that the remote process. In the case of Rxvt-unicode, this means that the
urxvtc program is not an option, and Gnome Terminal is very <tt>urxvtc</tt> program is not an option, and Gnome Terminal is
likely not useable under any circumstances. very likely not useable under any circumstances.
</p> </p>
<note> <note>
If you are using a version of Firefox newer than 4.0 If you are using a version of Firefox newer than 4.0 beta 7 and
beta 7 and a version of Pentadactyl less than 1.0 a version of Pentadactyl less than 1.0 βeta 4, you'll need to
βeta 4, you'll need to upgrade the latter. upgrade the latter.
</note> </note>
<h3 tag="faq-symlinks">Why can't I build/install from the Mercurial repository on Windows®?</h3> <h3 tag="faq-symlinks">Why can't I build/install from the Mercurial repository on Windows®?</h3>
<p> <p>
We use symbolic links in our repository to deal with certain We use symbolic links in our repository to deal with certain
files which are common across projects. Mercurial for files which are common across projects. Mercurial for Windows®,
Windows®, unfortunately, doesn't deal with these very well. unfortunately, doesn't deal with these very well. However,
However, adding the following lines to the <tt>.hg\hgrc</tt> adding the following lines to the <tt>.hg\hgrc</tt> file in your
file in your repository should make things work: repository should make things work:
</p> </p>
<code><hl key="Key">[hooks]</hl> <code><hl key="Key">[hooks]</hl>
update = <str delim="">python:common/contrib/fix_symlinks.py:fix_symlinks</str> update = <str delim="">python:common/contrib/fix_symlinks.py:fix_symlinks</str>
@@ -140,7 +140,7 @@ precommit = <str delim="">python:common/contrib/fix_symlinks.py:fix_symlinks</st
engines are hidden after an update. This can be remedied by engines are hidden after an update. This can be remedied by
invoking invoking
<code style="position: relative"><ex>:js</ex> services.get(<str>browserSearch</str>).getEngines().forEach(<em>function</em> (e) e.hidden = <hl key="Boolean">false</hl>)</code> <code style="position: relative"><ex>:js</ex> services.browserSearch.getEngines().forEach(<em>function</em> (e) e.hidden = <hl key="Boolean">false</hl>)</code>
</p> </p>
<h2 tag="faq-keys">Key bindings</h2> <h2 tag="faq-keys">Key bindings</h2>
@@ -158,7 +158,7 @@ precommit = <str delim="">python:common/contrib/fix_symlinks.py:fix_symlinks</st
<h3 tag="faq-hintkeys">How can I use keys other than numbers for hinting?</h3> <h3 tag="faq-hintkeys">How can I use keys other than numbers for hinting?</h3>
<p>Use the <o>hintkeys</o> option.</p> <p>Use the <o>hintkeys</o> option.</p>
<h3 tag="faq-hintkeys-uppercase">How can I display my hints in upper case but type them in lower case?</h3> <h3 tag="faq-hintkeys-uppercase"><strut/>How can I display my hints in upper case but type them in lower case?</h3>
<p> <p>
If you use alphabetic characters for your <o>hintkeys</o> and If you use alphabetic characters for your <o>hintkeys</o> and
would like to be able to type them in lower case but still have would like to be able to type them in lower case but still have