mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-30 16:42:27 +01:00
--HG-- rename : common/content/liberator-overlay.js => common/content/dactyl-overlay.js rename : common/content/liberator.js => common/content/dactyl.js rename : common/content/liberator.xul => common/content/dactyl.xul rename : common/skin/liberator.css => common/skin/dactyl.css rename : muttator/content/compose/liberator.dtd => muttator/content/compose/dactyl.dtd rename : muttator/content/compose/liberator.xul => muttator/content/compose/dactyl.xul rename : muttator/content/liberator.dtd => muttator/content/dactyl.dtd rename : vimperator/AUTHORS => pentadactyl/AUTHORS rename : vimperator/Donors => pentadactyl/Donors rename : vimperator/Makefile => pentadactyl/Makefile rename : vimperator/NEWS => pentadactyl/NEWS rename : vimperator/TODO => pentadactyl/TODO rename : vimperator/chrome.manifest => pentadactyl/chrome.manifest rename : vimperator/components/about-handler.js => pentadactyl/components/about-handler.js rename : vimperator/components/commandline-handler.js => pentadactyl/components/commandline-handler.js rename : vimperator/components/protocols.js => pentadactyl/components/protocols.js rename : vimperator/content/about.html => pentadactyl/content/about.html rename : vimperator/content/about_background.png => pentadactyl/content/about_background.png rename : vimperator/content/config.js => pentadactyl/content/config.js rename : vimperator/content/liberator.dtd => pentadactyl/content/dactyl.dtd rename : vimperator/content/logo.png => pentadactyl/content/logo.png rename : vimperator/content/vimperator.svg => pentadactyl/content/pentadactyl.svg rename : vimperator/content/vimperator.xul => pentadactyl/content/pentadactyl.xul rename : vimperator/contrib/vim/Makefile => pentadactyl/contrib/vim/Makefile rename : vimperator/contrib/vim/ftdetect/vimperator.vim => pentadactyl/contrib/vim/ftdetect/pentadactyl.vim rename : vimperator/contrib/vim/mkvimball.txt => pentadactyl/contrib/vim/mkvimball.txt rename : vimperator/contrib/vim/syntax/vimperator.vim => pentadactyl/contrib/vim/syntax/pentadactyl.vim rename : vimperator/install.rdf => pentadactyl/install.rdf rename : vimperator/locale/en-US/all.xml => pentadactyl/locale/en-US/all.xml rename : vimperator/locale/en-US/autocommands.xml => pentadactyl/locale/en-US/autocommands.xml rename : vimperator/locale/en-US/liberator.dtd => pentadactyl/locale/en-US/dactyl.dtd rename : vimperator/locale/en-US/gui.xml => pentadactyl/locale/en-US/gui.xml rename : vimperator/locale/en-US/intro.xml => pentadactyl/locale/en-US/intro.xml rename : vimperator/locale/en-US/options.xml => pentadactyl/locale/en-US/options.xml rename : vimperator/locale/en-US/tutorial.xml => pentadactyl/locale/en-US/tutorial.xml rename : vimperator/vimperatorrc.example => pentadactyl/pentadactylrc.example rename : vimperator/regressions.js => pentadactyl/regressions.js rename : vimperator/skin/about.css => pentadactyl/skin/about.css rename : vimperator/skin/icon.png => pentadactyl/skin/icon.png rename : xulmus/content/liberator.dtd => xulmus/content/dactyl.dtd rename : xulmus/locale/en-US/liberator.dtd => xulmus/locale/en-US/dactyl.dtd
259 lines
7.1 KiB
XML
259 lines
7.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?xml-stylesheet type="text/xsl" href="chrome://dactyl/content/help.xsl"?>
|
|
|
|
<!DOCTYPE document SYSTEM "chrome://dactyl/content/dactyl.dtd">
|
|
|
|
<document
|
|
name="various"
|
|
title="&dactyl.appname; Other"
|
|
xmlns="http://vimperator.org/namespaces/liberator"
|
|
xmlns:html="http://www.w3.org/1999/xhtml">
|
|
<h1>Other help</h1>
|
|
<toc start="2"/>
|
|
|
|
<h2 tag="various">Various commands</h2>
|
|
|
|
<item>
|
|
<tags>:beep</tags>
|
|
<spec>:beep</spec>
|
|
<description>
|
|
<p>
|
|
Play a system beep. This should not be used for any purpose other
|
|
than testing the visual bell.
|
|
</p>
|
|
</description>
|
|
</item>
|
|
|
|
|
|
<item>
|
|
<tags>:contexts</tags>
|
|
<spec>:contexts <a>ex-command</a></spec>
|
|
<description>
|
|
<p>
|
|
Lists the completion contexts used during the completion of its
|
|
arguments. These context names are used in options such as
|
|
<o>autocomplete</o> and <o>wildcase</o>. Note that completion must
|
|
be triggered in order for this command to be effective, so if
|
|
autocompletion is not active, you'll need to press the
|
|
<k name="Tab"/> key at least once. You should also be aware that
|
|
this command is only useful from the commandline.
|
|
</p>
|
|
</description>
|
|
</item>
|
|
|
|
|
|
<item>
|
|
<tags>:norm :normal</tags>
|
|
<spec>:norm<oa>al</oa><oa>!</oa> <a>commands</a></spec>
|
|
<description>
|
|
<p>
|
|
Execute Normal mode commands <a>commands</a>. This makes it possible to execute
|
|
Normal mode commands typed on the command line. <a>commands</a> is executed like it
|
|
is typed. If the <oa>!</oa> is given, mappings will not be used. <a>commands</a> should be
|
|
a complete command. <a>commands</a> cannot start with a space. Put 1 space before
|
|
it, 1 space is one space.
|
|
</p>
|
|
</description>
|
|
</item>
|
|
|
|
|
|
<item>
|
|
<tags><![CDATA[<C-l> CTRL-L :redr :redraw]]></tags>
|
|
<spec>:redr<oa>aw</oa></spec>
|
|
<description>
|
|
<p>Redraws the screen. Useful to update the screen halfway executing a script or function.</p>
|
|
</description>
|
|
</item>
|
|
|
|
|
|
<item>
|
|
<tags>:run :! :!cmd</tags>
|
|
<spec>:!<a>cmd</a></spec>
|
|
<description>
|
|
<p>
|
|
Run a command. Runs <a>cmd</a> through system() and displays its output. Any '!' in
|
|
<a>cmd</a> is replaced with the previous external command, but not when there is a
|
|
backslash before the '!', then the backslash is removed.
|
|
</p>
|
|
|
|
<p>
|
|
Warning: Input redirection (< foo) not done, also do not run commands which
|
|
require stdin or it will hang &dactyl.host;! It is possible to launch background
|
|
processes, though (e.g. <ex>:! xterm &</ex>).
|
|
</p>
|
|
</description>
|
|
</item>
|
|
|
|
|
|
<item>
|
|
<tags>:!!</tags>
|
|
<spec>:!!</spec>
|
|
<description>
|
|
<p>Repeat last <ex>:!<a>cmd</a></ex>.</p>
|
|
</description>
|
|
</item>
|
|
|
|
|
|
<item>
|
|
<tags>:sa :sanitize</tags>
|
|
<spec>:sa<oa>nitize</oa> [-timespan=<a>timespan</a>] <a>item</a> …</spec>
|
|
<spec>:sa<oa>nitize</oa>! [-timespan=<a>timespan</a>]</spec>
|
|
<description>
|
|
<p>
|
|
Clear private data items. Where <a>item</a> … is a list of private items to
|
|
delete. These may be any of the items valid for <o>sanitizeitems</o>.
|
|
</p>
|
|
|
|
<p>
|
|
If <oa>!</oa> is specified then <o>sanitizeitems</o> is used for the list of items to
|
|
delete.
|
|
</p>
|
|
|
|
<p>
|
|
If <a>timespan</a> is specified then only items within that timespan are deleted,
|
|
otherwise the value of <o>sanitizetimespan</o> is used.
|
|
</p>
|
|
</description>
|
|
</item>
|
|
|
|
|
|
<item>
|
|
<tags>:sil :silent</tags>
|
|
<spec>:sil<oa>ent</oa> <a>command</a></spec>
|
|
<description>
|
|
<p>
|
|
Execute a command silently. Normal messages and error messages generated by the
|
|
command invocation will not be given and will not be added to the message
|
|
history.
|
|
</p>
|
|
</description>
|
|
</item>
|
|
|
|
|
|
<item>
|
|
<tags>:verb :verbose</tags>
|
|
<spec>:<oa>count</oa>verb<oa>ose</oa> <a>command</a></spec>
|
|
<description>
|
|
<p>
|
|
Execute a command with <o>verbose</o> set to <oa>count</oa>. If <oa>count</oa> is not specified
|
|
then 1 is used as the value.
|
|
</p>
|
|
</description>
|
|
</item>
|
|
|
|
|
|
<item>
|
|
<tags>:ve :version</tags>
|
|
<spec>:ve<oa>rsion</oa><oa>!</oa></spec>
|
|
<description>
|
|
<p>
|
|
Show version information. You can show the &dactyl.host; version page with
|
|
<ex>:version!</ex>.
|
|
</p>
|
|
</description>
|
|
</item>
|
|
|
|
|
|
<h2 tag="online-help">Online help</h2>
|
|
|
|
<item>
|
|
<tags><![CDATA[<F1> :help :h help]]></tags>
|
|
<spec>:h<oa>elp</oa> <oa>subject</oa></spec>
|
|
<spec><F1></spec>
|
|
<description>
|
|
<p>
|
|
Open the help page. The default page, as specified by <o>helpfile</o> is shown
|
|
unless <oa>subject</oa> is specified. If you need help for a specific topic, try
|
|
<ex>:help overview</ex>.
|
|
</p>
|
|
</description>
|
|
</item>
|
|
|
|
|
|
<item>
|
|
<tags>:helpall :helpa help-all</tags>
|
|
<spec>:helpa<oa>ll</oa> <oa>subject</oa></spec>
|
|
<description>
|
|
<p>Open the single unchunked help page.</p>
|
|
|
|
<p>See <ex>:help</ex>.</p>
|
|
</description>
|
|
</item>
|
|
|
|
|
|
<item>
|
|
<tags>:exu :exusage</tags>
|
|
<spec>:exu<oa>sage</oa><oa>!</oa></spec>
|
|
<description>
|
|
<p>
|
|
Show help on Ex commands. If <oa>!</oa> is given then the help is listed in the
|
|
command output window.
|
|
</p>
|
|
</description>
|
|
</item>
|
|
|
|
|
|
<item>
|
|
<tags>:optionu :optionusage</tags>
|
|
<spec>:optionu<oa>sage</oa><oa>!</oa></spec>
|
|
<description>
|
|
<p>
|
|
Show help on options. If <oa>!</oa> is given then the help is listed in the command
|
|
output window.
|
|
</p>
|
|
</description>
|
|
</item>
|
|
|
|
|
|
<item>
|
|
<tags>:viu :viusage</tags>
|
|
<spec>:viu<oa>sage</oa><oa>!</oa></spec>
|
|
<description>
|
|
<p>
|
|
Show help on Normal mode commands. If <oa>!</oa> is given then the help is listed in
|
|
the command output window.
|
|
</p>
|
|
</description>
|
|
</item>
|
|
|
|
|
|
|
|
<tags>42</tags>
|
|
|
|
What is the meaning of life, the universe and everything?
|
|
Douglas Adams, the only person who knew what this question really was about is
|
|
now dead, unfortunately. So now you might wonder what the meaning of death
|
|
is…
|
|
|
|
|
|
<h2 tag="uncategorized">Uncategorized help</h2>
|
|
|
|
<item>
|
|
<tags><![CDATA[<C-[> <Esc>]]></tags>
|
|
<spec><Esc></spec>
|
|
<description>
|
|
<p>
|
|
Focus content. Exits Command-line or Hints mode and returns to Normal
|
|
mode. Also focuses the web page in case a form field has focus and eats
|
|
our key presses.
|
|
</p>
|
|
</description>
|
|
</item>
|
|
|
|
|
|
<item>
|
|
<tags><![CDATA[<Insert> i]]></tags>
|
|
<spec>i</spec>
|
|
<description>
|
|
<p>
|
|
Start caret mode. This mode resembles the Vim's Normal mode where you see a
|
|
text cursor and can move around. If you want to select text in this mode, press
|
|
<k>v</k> to start its Visual mode.
|
|
</p>
|
|
</description>
|
|
</item>
|
|
|
|
|
|
</document>
|
|
<!-- vim:se sts=4 sw=4 et: -->
|