mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-17 04:33:32 +01:00
Major documentation updates and formatting fixes, and many, many other changes thanks to an MQ glitch, including:
* Significant completion speed improvements * Significantly improve startup speed, in large part by lazily instantiating Options and Commands, lazily installing highlight stylesheets, etc. * Update logos and icons, fix atrocious about page * Fix Teledactyl * JavaScript completion now avoids accessing property values * Add Option#persist to define which options are saved with :mkp * Add new Dactyl component which holds add-on-specific configuration information and removes need for separate components for each dactyl host * Several fixes for latest nightlies * Significant code cleanup and many bug fixes --HG-- rename : muttator/AUTHORS => teledactyl/AUTHORS rename : muttator/Donors => teledactyl/Donors rename : muttator/Makefile => teledactyl/Makefile rename : muttator/NEWS => teledactyl/NEWS rename : muttator/TODO => teledactyl/TODO rename : muttator/chrome.manifest => teledactyl/chrome.manifest rename : muttator/components/commandline-handler.js => teledactyl/components/commandline-handler.js rename : muttator/components/protocols.js => teledactyl/components/protocols.js rename : muttator/content/addressbook.js => teledactyl/content/addressbook.js rename : muttator/content/compose/compose.js => teledactyl/content/compose/compose.js rename : muttator/content/compose/compose.xul => teledactyl/content/compose/compose.xul rename : muttator/content/compose/dactyl.dtd => teledactyl/content/compose/dactyl.dtd rename : muttator/content/compose/dactyl.xul => teledactyl/content/compose/dactyl.xul rename : muttator/content/config.js => teledactyl/content/config.js rename : muttator/content/dactyl.dtd => teledactyl/content/dactyl.dtd rename : muttator/content/logo.png => teledactyl/content/logo.png rename : muttator/content/mail.js => teledactyl/content/mail.js rename : muttator/content/muttator.xul => teledactyl/content/pentadactyl.xul rename : muttator/contrib/vim/Makefile => teledactyl/contrib/vim/Makefile rename : muttator/contrib/vim/ftdetect/muttator.vim => teledactyl/contrib/vim/ftdetect/muttator.vim rename : muttator/contrib/vim/mkvimball.txt => teledactyl/contrib/vim/mkvimball.txt rename : muttator/contrib/vim/syntax/muttator.vim => teledactyl/contrib/vim/syntax/muttator.vim rename : muttator/install.rdf => teledactyl/install.rdf rename : muttator/locale/en-US/Makefile => teledactyl/locale/en-US/Makefile rename : muttator/locale/en-US/all.xml => teledactyl/locale/en-US/all.xml rename : muttator/locale/en-US/autocommands.xml => teledactyl/locale/en-US/autocommands.xml rename : muttator/locale/en-US/gui.xml => teledactyl/locale/en-US/gui.xml rename : muttator/locale/en-US/intro.xml => teledactyl/locale/en-US/intro.xml rename : muttator/skin/icon.png => teledactyl/skin/icon.png
This commit is contained in:
@@ -6,33 +6,52 @@
|
||||
<document
|
||||
name="cmdline"
|
||||
title="&dactyl.appname; Command-line"
|
||||
xmlns="http://vimperator.org/namespaces/liberator"
|
||||
xmlns:html="http://www.w3.org/1999/xhtml">
|
||||
<h1 tag="Command-line-mode Command-line mode-cmdline">Command-line mode</h1>
|
||||
xmlns="&xmlns.dactyl;"
|
||||
xmlns:html="&xmlns.html;">
|
||||
<h1 tag="command-line-mode command-line mode-cmdline">Command-line mode</h1>
|
||||
<toc start="2"/>
|
||||
|
||||
Command-line mode is used to enter Ex commands (<k>:</k>) and text search patterns
|
||||
(<k>/</k> and <k>?</k>).
|
||||
<p>
|
||||
&dactyl.appname;'s command-line mode is perhaps its most
|
||||
powerful interface. In this mode, the command input bar at the
|
||||
bottom of the window is given the keyboard focus for any of a
|
||||
variety of required inputs. In addition to access to almost
|
||||
every aspect of &dactyl.appname; and &dactyl.host;, the command
|
||||
line provides power and comprehensive completion for all of its
|
||||
commands, along with concise descriptions for each command and
|
||||
all of its arguments. Couple this with persistent, searchable
|
||||
command history, and you have a very efficient interface for
|
||||
easily performing simple and complex tasks.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Included among the several command-line modes are ex command
|
||||
mode (the standard mode for entering commands), find mode (for
|
||||
searching the current page), prompt mode (for selecting files,
|
||||
confirming actions), and hint mode (for selecting links and
|
||||
other items on a page).
|
||||
</p>
|
||||
|
||||
<item>
|
||||
<tags>:</tags>
|
||||
<strut/>
|
||||
<spec>:</spec>
|
||||
<description>
|
||||
<p>
|
||||
Start Command-line mode. In Command-line mode, you can perform extended
|
||||
commands, which may require arguments.
|
||||
Opens the command-line in ex mode. This is the mode used
|
||||
for entering the various commands listed in
|
||||
<t>ex-cmd-index</t>.
|
||||
</p>
|
||||
</description>
|
||||
</item>
|
||||
|
||||
|
||||
|
||||
<h2 tag="cmdline-editing">Command-line editing</h2>
|
||||
|
||||
<item>
|
||||
<tags><![CDATA[c_<C-c>]]></tags>
|
||||
<spec><C-c></spec>
|
||||
<description>
|
||||
<description short="true">
|
||||
<p>Quit Command-line mode without executing.</p>
|
||||
</description>
|
||||
</item>
|
||||
@@ -41,7 +60,7 @@ Command-line mode is used to enter Ex commands (<k>:</k>) and text search patter
|
||||
<item>
|
||||
<tags><![CDATA[c_<C-]>]]></tags>
|
||||
<spec><C-]></spec>
|
||||
<description>
|
||||
<description short="true">
|
||||
<p>Expand a command-line abbreviation.</p>
|
||||
</description>
|
||||
</item>
|
||||
@@ -49,11 +68,12 @@ Command-line mode is used to enter Ex commands (<k>:</k>) and text search patter
|
||||
|
||||
<item>
|
||||
<tags><![CDATA[c_<Up>]]></tags>
|
||||
<strut/>
|
||||
<spec><Up></spec>
|
||||
<description>
|
||||
<p>
|
||||
Recall the previous command line from the history list which matches the
|
||||
current command line.
|
||||
Recall from command history the previous command-line
|
||||
which begins with the current input value.
|
||||
</p>
|
||||
</description>
|
||||
</item>
|
||||
@@ -61,11 +81,12 @@ Command-line mode is used to enter Ex commands (<k>:</k>) and text search patter
|
||||
|
||||
<item>
|
||||
<tags><![CDATA[c_<Down>]]></tags>
|
||||
<strut/>
|
||||
<spec><Down></spec>
|
||||
<description>
|
||||
<p>
|
||||
Recall the next command line from the history list which matches the current
|
||||
command line.
|
||||
Recall from command history the next command-line
|
||||
which begins with the current input value.
|
||||
</p>
|
||||
</description>
|
||||
</item>
|
||||
@@ -74,6 +95,7 @@ Command-line mode is used to enter Ex commands (<k>:</k>) and text search patter
|
||||
<item>
|
||||
<tags><![CDATA[c_<S-Up> c_<PageUp>]]></tags>
|
||||
<spec><S-Up></spec>
|
||||
<strut/>
|
||||
<spec><PageUp></spec>
|
||||
<description>
|
||||
<p>Recall the previous command line from the history list.</p>
|
||||
@@ -95,12 +117,14 @@ Command-line mode is used to enter Ex commands (<k>:</k>) and text search patter
|
||||
|
||||
<item>
|
||||
<tags><![CDATA[c_<Tab>]]></tags>
|
||||
<strut/>
|
||||
<spec><Tab></spec>
|
||||
<description>
|
||||
<p>
|
||||
Complete the word in front of the cursor according to the behavior specified in
|
||||
<o>wildmode</o>. If <o>wildmode</o> contains "list" and there are multiple matches then
|
||||
the completion menu window is opened.
|
||||
Complete the word in front of the cursor according to the behavior
|
||||
specified in <o>wildmode</o>. If <o>wildmode</o> contains
|
||||
<str>list</str> and there are multiple matches then the completion
|
||||
menu window is opened.
|
||||
</p>
|
||||
</description>
|
||||
</item>
|
||||
@@ -108,9 +132,10 @@ Command-line mode is used to enter Ex commands (<k>:</k>) and text search patter
|
||||
|
||||
<item>
|
||||
<tags><![CDATA[c_<S-Tab>]]></tags>
|
||||
<strut/>
|
||||
<spec><S-Tab></spec>
|
||||
<description>
|
||||
<p>Complete the previous full match when <o>wildmode</o> contains "full".</p>
|
||||
<p>Complete the previous full match when <o>wildmode</o> contains <str>full</str>.</p>
|
||||
</description>
|
||||
</item>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user