mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 05:27:58 +01:00
Rename :only to :winonly.
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
know if I like copying bugs)
|
know if I like copying bugs)
|
||||||
* IMPORTANT: 'popups' now takes a stringlist rather than a number.
|
* IMPORTANT: 'popups' now takes a stringlist rather than a number.
|
||||||
|
|
||||||
* add [c]:only[c]
|
* add [c]:winonly[c]
|
||||||
* add [c]:tabattach[c]
|
* add [c]:tabattach[c]
|
||||||
* add [c]:keepalt[c]
|
* add [c]:keepalt[c]
|
||||||
* add [c]:styledisable[c], [c]:styleenable[c], and [c]:styletoggle[c]
|
* add [c]:styledisable[c], [c]:styleenable[c], and [c]:styletoggle[c]
|
||||||
|
|||||||
@@ -187,7 +187,7 @@ const config = { //{{{
|
|||||||
////////////////////// COMMANDS ////////////////////////////////////////////////
|
////////////////////// COMMANDS ////////////////////////////////////////////////
|
||||||
/////////////////////////////////////////////////////////////////////////////{{{
|
/////////////////////////////////////////////////////////////////////////////{{{
|
||||||
|
|
||||||
commands.add(["on[ly]"],
|
commands.add(["winon[ly]"],
|
||||||
"Close all other windows",
|
"Close all other windows",
|
||||||
function ()
|
function ()
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -323,8 +323,8 @@ Close window.
|
|||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
|:on| |:only|
|
|:winon| |:winonly|
|
||||||
||:on[ly]||
|
||:winon[ly]||
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
Close all other windows.
|
Close all other windows.
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|||||||
@@ -221,7 +221,6 @@ section::Ex{nbsp}commands[ex-cmd-index,:index]
|
|||||||
||[c]:nohlsearch[c]|| Remove the search highlighting +
|
||[c]:nohlsearch[c]|| Remove the search highlighting +
|
||||||
||[c]:noremap[c]|| Map a key sequence without remapping keys +
|
||[c]:noremap[c]|| Map a key sequence without remapping keys +
|
||||||
||[c]:normal[c]|| Execute Normal mode commands +
|
||[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]:open[c]|| Open one or more URLs in the current tab +
|
||||||
||[c]:optionusage[c]|| List all options with a short description +
|
||[c]:optionusage[c]|| List all options with a short description +
|
||||||
||[c]:pageinfo[c]|| Show various page information +
|
||[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]:viusage[c]|| List all mappings with a short description +
|
||||||
||[c]:winclose[c]|| Close window +
|
||[c]:winclose[c]|| Close window +
|
||||||
||[c]:window[c]|| Execute a command and tell it to output in a new 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]:winopen[c]|| Open one or more URLs in a new window +
|
||||||
||[c]:wqall[c]|| Save the session and quit +
|
||[c]:wqall[c]|| Save the session and quit +
|
||||||
||[c]:zoom[c]|| Set zoom value of current web page +
|
||[c]:zoom[c]|| Set zoom value of current web page +
|
||||||
|
|||||||
Reference in New Issue
Block a user