diff --git a/common/content/tabs.js b/common/content/tabs.js index c6ac6ecf..079bc635 100644 --- a/common/content/tabs.js +++ b/common/content/tabs.js @@ -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]; diff --git a/common/locale/en-US/tabs.xml b/common/locale/en-US/tabs.xml index 64138dcb..8196aa9b 100644 --- a/common/locale/en-US/tabs.xml +++ b/common/locale/en-US/tabs.xml @@ -289,7 +289,7 @@ :tabmove! +N | -N

- Move the current tab to a position after tab N. When N is 0, the + Move the current tab to the position of tab N. When N is 0, the current tab is made the first one. Without N the current tab is made the last one. N can also be prefixed with ‘+’ or ‘-’ to indicate a relative movement. If ! is specified the movement wraps around the start or end of the diff --git a/pentadactyl/NEWS b/pentadactyl/NEWS index 3a416c36..035fdec6 100644 --- a/pentadactyl/NEWS +++ b/pentadactyl/NEWS @@ -111,6 +111,7 @@ - Added :mksyntax command to auto-generate Vim syntax files. [b4] - Added 's' and 'e' flags to :pageinfo command. [b7] - Added :pintab and :unpintab commands. [b7] + - :tabmove now moves to the position of tab N, not after it. [b7] - :open now only opens files beginning with /, ./, ../, or ~/ [b1] - :saveas now provides completions for default file names, and automatically chooses a filename when the save target is a