1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-04 18:34:11 +01:00

Add :window to run a command in a new window.

Works like :tab.
This commit is contained in:
Doug Kearns
2009-08-10 21:56:23 +10:00
parent ccb7f5cb77
commit e842bf8cc9
5 changed files with 36 additions and 2 deletions

View File

@@ -29,6 +29,20 @@ support it, currently:
________________________________________________________________________________
// TODO: move this somewhere more appropriate
|:window| |:wind | +
||:wind[ow] {cmd}||
________________________________________________________________________________
Execute {cmd} and tell it to output in a new window. Works only for commands
that support it, currently:
* [c]:tab help[c]
* [c]:tab prefs[!][c]
* [c]:tab addons[c]
* [c]:tab downloads[c]
________________________________________________________________________________
|:tabdu| |:tabduplicate|
||:[count]tabdu[plicate]|| +
________________________________________________________________________________