mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-14 13:15:47 +01:00
Reflect the last change in the documentation.
This commit is contained in:
@@ -767,7 +767,7 @@ var Tabs = Module("tabs", {
|
||||
|
||||
// TODO: add count support
|
||||
commands.add(["tabm[ove]"],
|
||||
"Move the current tab after tab N",
|
||||
"Move the current tab to the position of tab N",
|
||||
function (args) {
|
||||
let arg = args[0];
|
||||
|
||||
|
||||
@@ -289,7 +289,7 @@
|
||||
<spec>:tabm<oa>ove</oa><oa>!</oa> <oa>+N</oa> | <oa>-N</oa></spec>
|
||||
<description>
|
||||
<p>
|
||||
Move the current tab to a position after tab <oa>N</oa>. When <oa>N</oa> is 0, the
|
||||
Move the current tab to the position of tab <oa>N</oa>. When <oa>N</oa> is 0, the
|
||||
current tab is made the first one. Without <oa>N</oa> the current tab is made the
|
||||
last one. <oa>N</oa> can also be prefixed with ‘+’ or ‘-’ to indicate a relative
|
||||
movement. If <oa>!</oa> is specified the movement wraps around the start or end of the
|
||||
|
||||
Reference in New Issue
Block a user