mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-24 07:12:28 +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];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user