1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 03:17:58 +01:00

Rename :only to :winonly.

This commit is contained in:
Doug Kearns
2009-10-03 14:52:49 +10:00
parent e0ebc32489
commit d0e1f3a2c2
4 changed files with 5 additions and 5 deletions

View File

@@ -21,7 +21,7 @@
know if I like copying bugs)
* IMPORTANT: 'popups' now takes a stringlist rather than a number.
* add [c]:only[c]
* add [c]:winonly[c]
* add [c]:tabattach[c]
* add [c]:keepalt[c]
* add [c]:styledisable[c], [c]:styleenable[c], and [c]:styletoggle[c]

View File

@@ -187,7 +187,7 @@ const config = { //{{{
////////////////////// COMMANDS ////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////{{{
commands.add(["on[ly]"],
commands.add(["winon[ly]"],
"Close all other windows",
function ()
{

View File

@@ -323,8 +323,8 @@ Close window.
________________________________________________________________________________
|:on| |:only|
||:on[ly]||
|:winon| |:winonly|
||:winon[ly]||
________________________________________________________________________________
Close all other windows.
________________________________________________________________________________

View File

@@ -221,7 +221,6 @@ section::Ex{nbsp}commands[ex-cmd-index,:index]
||[c]:nohlsearch[c]|| Remove the search highlighting +
||[c]:noremap[c]|| Map a key sequence without remapping keys +
||[c]:normal[c]|| Execute Normal mode commands +
||[c]:only[c]|| Close all other windows +
||[c]:open[c]|| Open one or more URLs in the current tab +
||[c]:optionusage[c]|| List all options with a short description +
||[c]:pageinfo[c]|| Show various page information +
@@ -277,6 +276,7 @@ section::Ex{nbsp}commands[ex-cmd-index,:index]
||[c]:viusage[c]|| List all mappings with a short description +
||[c]:winclose[c]|| Close window +
||[c]:window[c]|| Execute a command and tell it to output in a new window +
||[c]:winonly[c]|| Close all other windows +
||[c]:winopen[c]|| Open one or more URLs in a new window +
||[c]:wqall[c]|| Save the session and quit +
||[c]:zoom[c]|| Set zoom value of current web page +