1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-06 02:54:12 +01:00

Add :!! pseudo command help item.

This commit is contained in:
Doug Kearns
2009-08-08 18:47:12 +10:00
parent f98ab9a9d3
commit acd60757d4
4 changed files with 18 additions and 2 deletions

View File

@@ -145,6 +145,7 @@ section::Command-line{nbsp}editing[ex-edit-index]
section::Ex{nbsp}commands[ex-cmd-index,:index]
||[c]:![c]|| Run a command +
||[c]:!![c]|| Repeat last [c]:!{cmd}[c] +
||[c]:abbreviate[c]|| Abbreviate a key sequence +
||[c]:abclear[c]|| Remove all abbreviations +
||[c]:addons[c]|| Manage available Extensions and Themes +

View File

@@ -26,7 +26,7 @@ it, 1 space is one space.
________________________________________________________________________________
|:run| |:!| +
|:run| |:!| |:!cmd| +
||:!{cmd}||
________________________________________________________________________________
Run a command. Runs {cmd} through system() and displays its output. Any \'!' in
@@ -39,6 +39,13 @@ processes, though (e.g. [c]:! xterm &[c]).
________________________________________________________________________________
|:!!| +
||:!!||
________________________________________________________________________________
Repeat last [c]:!{cmd}[c].
________________________________________________________________________________
|:sil| |:silent| +
||:sil[ent] {command}||
________________________________________________________________________________