mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-16 06:45:45 +01:00
Add :list* commands, linkify help tags in certain output, and augment :yank to accept JavaScript directly.
This commit is contained in:
@@ -113,9 +113,12 @@
|
||||
|
||||
<item>
|
||||
<tags>:yank :y</tags>
|
||||
<spec>:y[ank] <a>cmd</a></spec>
|
||||
<spec>:y[ank] :<a>cmd</a></spec>
|
||||
<spec>:y[ank] <a>js</a></spec>
|
||||
<description>
|
||||
<p>Yanks the output of the given command to the clipboard.</p>
|
||||
<p>
|
||||
Yanks the output of the given Ex command <a>cmd</a> or JavaScript <a>js</a> to the clipboard.
|
||||
</p>
|
||||
</description>
|
||||
</item>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user