mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 14:34:12 +01:00
Document :ab -group.
This commit is contained in:
@@ -436,9 +436,9 @@
|
|||||||
|
|
||||||
<item>
|
<item>
|
||||||
<tags>:ab :abbreviate</tags>
|
<tags>:ab :abbreviate</tags>
|
||||||
<spec>:ab<oa>breviate</oa> <a>lhs</a> <a>rhs</a></spec>
|
<spec>:ab<oa>breviate</oa> <oa>-group=<a>group</a></oa> <a>lhs</a> <a>rhs</a></spec>
|
||||||
<spec>:ab<oa>breviate</oa> <a>lhs</a></spec>
|
<spec>:ab<oa>breviate</oa> <oa>-group=<a>group</a></oa> <a>lhs</a></spec>
|
||||||
<spec>:ab<oa>breviate</oa></spec>
|
<spec>:ab<oa>breviate</oa> <oa>-group=<a>group</a></oa></spec>
|
||||||
<description>
|
<description>
|
||||||
<p>
|
<p>
|
||||||
Abbreviate <a>lhs</a> to <a>rhs</a>. If only <a>lhs</a>
|
Abbreviate <a>lhs</a> to <a>rhs</a>. If only <a>lhs</a>
|
||||||
@@ -457,6 +457,11 @@
|
|||||||
should <em>not</em> make any changes to the contents of
|
should <em>not</em> make any changes to the contents of
|
||||||
the editor.
|
the editor.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
If <a>group</a> is specified than abbreviations are created or
|
||||||
|
listed for the given <t>group</t>.
|
||||||
|
</p>
|
||||||
</description>
|
</description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
|
|||||||
@@ -11,8 +11,8 @@
|
|||||||
* Further improved startup time. [b6]
|
* Further improved startup time. [b6]
|
||||||
* Added site-local and script-local groups: [b6]
|
* Added site-local and script-local groups: [b6]
|
||||||
- Added the :group command to define and select groups.
|
- Added the :group command to define and select groups.
|
||||||
- Added the -group flag to :autocmd, :command, :map, :style,
|
- Added the -group flag to :abbreviate, :autocmd, :command,
|
||||||
and friends.
|
:map, :style, and friends.
|
||||||
- Mappings and commands can now be bound to groups which
|
- Mappings and commands can now be bound to groups which
|
||||||
execute only for certain websites.
|
execute only for certain websites.
|
||||||
- Autocommands, commands, mappings, and styles are now
|
- Autocommands, commands, mappings, and styles are now
|
||||||
|
|||||||
Reference in New Issue
Block a user