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:
@@ -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 +
|
||||
|
||||
@@ -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}||
|
||||
________________________________________________________________________________
|
||||
|
||||
Reference in New Issue
Block a user