mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-25 23:45:45 +01:00
Document Textarea mode.
This commit is contained in:
@@ -18,6 +18,7 @@ This file contains a list of all available commands, mappings and options.
|
|||||||
<dl>
|
<dl>
|
||||||
<dt><k mode="i">i</k></dt> <dd>Start Insert mode in text areas when <o>insertmode</o> is not set</dd>
|
<dt><k mode="i">i</k></dt> <dd>Start Insert mode in text areas when <o>insertmode</o> is not set</dd>
|
||||||
<dt><k name="C-i" mode="i"/></dt> <dd>Launch the external editor</dd>
|
<dt><k name="C-i" mode="i"/></dt> <dd>Launch the external editor</dd>
|
||||||
|
<dt><k name="C-t" mode="i"/></dt> <dd>Enter Textarea mode</dd>
|
||||||
<dt><k name="C-]" mode="i"/></dt> <dd>Expand an Insert-mode abbreviation</dd>
|
<dt><k name="C-]" mode="i"/></dt> <dd>Expand an Insert-mode abbreviation</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
|
|||||||
@@ -39,6 +39,16 @@
|
|||||||
</description>
|
</description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<tags><![CDATA[i_<C-t>]]></tags>
|
||||||
|
<spec><C-t></spec>
|
||||||
|
<description short="true">
|
||||||
|
<p>
|
||||||
|
Enter Textarea mode. This is useful for quick editing of text fields
|
||||||
|
with basic Vim-keys support. See also <o>insertmode</o>.
|
||||||
|
</p>
|
||||||
|
</description>
|
||||||
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<tags><![CDATA[i_<C-]>]]></tags>
|
<tags><![CDATA[i_<C-]>]]></tags>
|
||||||
|
|||||||
@@ -829,8 +829,7 @@
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Textarea mode can be entered with <k name="C-t"/> from Insert mode.
|
Textarea mode can be entered with <k name="C-t" mode="i"/> from Insert mode.
|
||||||
<!-- TODO: <C-t> is not documented yet. -->
|
|
||||||
</p>
|
</p>
|
||||||
</description>
|
</description>
|
||||||
</item>
|
</item>
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ FEATURES:
|
|||||||
9 Fix the arbitrary distinction between 'hinttags' and
|
9 Fix the arbitrary distinction between 'hinttags' and
|
||||||
'extendedhinttags'
|
'extendedhinttags'
|
||||||
9 Support multiple bookmarks, -keyword, -tags in :delbmarks
|
9 Support multiple bookmarks, -keyword, -tags in :delbmarks
|
||||||
8 Document Textarea, Caret and Visual modes.
|
8 Document Caret and Visual modes.
|
||||||
8 finish :help TODOs
|
8 finish :help TODOs
|
||||||
8 fix local options
|
8 fix local options
|
||||||
8 adaptive timeout for auto-completions, :set completions can be updated more often than
|
8 adaptive timeout for auto-completions, :set completions can be updated more often than
|
||||||
|
|||||||
Reference in New Issue
Block a user