mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-13 18:05:45 +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]
|
section::Ex{nbsp}commands[ex-cmd-index,:index]
|
||||||
|
|
||||||
||[c]:![c]|| Run a command +
|
||[c]:![c]|| Run a command +
|
||||||
|
||[c]:!![c]|| Repeat last [c]:!{cmd}[c] +
|
||||||
||[c]:abbreviate[c]|| Abbreviate a key sequence +
|
||[c]:abbreviate[c]|| Abbreviate a key sequence +
|
||||||
||[c]:abclear[c]|| Remove all abbreviations +
|
||[c]:abclear[c]|| Remove all abbreviations +
|
||||||
||[c]:addons[c]|| Manage available Extensions and Themes +
|
||[c]:addons[c]|| Manage available Extensions and Themes +
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ it, 1 space is one space.
|
|||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
|:run| |:!| +
|
|:run| |:!| |:!cmd| +
|
||||||
||:!{cmd}||
|
||:!{cmd}||
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
Run a command. Runs {cmd} through system() and displays its output. Any \'!' in
|
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| |:silent| +
|
||||||
||:sil[ent] {command}||
|
||:sil[ent] {command}||
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|||||||
@@ -181,6 +181,7 @@ section::Command-line{nbsp}editing[ex-edit-index]
|
|||||||
section::Ex{nbsp}commands[ex-cmd-index,:index]
|
section::Ex{nbsp}commands[ex-cmd-index,:index]
|
||||||
|
|
||||||
||[c]:![c]|| Run a command +
|
||[c]:![c]|| Run a command +
|
||||||
|
||[c]:!![c]|| Repeat last [c]:!{cmd}[c] +
|
||||||
||[c]:abbreviate[c]|| Abbreviate a key sequence +
|
||[c]:abbreviate[c]|| Abbreviate a key sequence +
|
||||||
||[c]:abclear[c]|| Remove all abbreviations +
|
||[c]:abclear[c]|| Remove all abbreviations +
|
||||||
||[c]:addons[c]|| Manage available Extensions and Themes +
|
||[c]:addons[c]|| Manage available Extensions and Themes +
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ it, 1 space is one space.
|
|||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
|:run| |:!| +
|
|:run| |:!| |:!cmd| +
|
||||||
||:!{cmd}||
|
||:!{cmd}||
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
Run a command. Runs {cmd} through system() and displays its output. Any \'!' in
|
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| |:silent| +
|
||||||
||:sil[ent] {command}||
|
||:sil[ent] {command}||
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|||||||
Reference in New Issue
Block a user