1
0
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:
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] 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 +

View File

@@ -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}||
________________________________________________________________________________ ________________________________________________________________________________

View File

@@ -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 +

View File

@@ -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}||
________________________________________________________________________________ ________________________________________________________________________________