1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-26 20:55:45 +01:00

Make | the default 'urlseparator'.

This commit is contained in:
Kris Maglione
2010-10-05 14:35:32 -04:00
parent 89a594687e
commit f8eb9b021f
4 changed files with 7 additions and 6 deletions

View File

@@ -51,10 +51,6 @@ const Browser = Module("browser", {
},
completer: function (context) completion.charset(context)
});
options.add(["urlseparator"],
"Set the separator regex used to separate multiple URL args",
"string", ",\\s");
},
mappings: function () {

View File

@@ -1269,6 +1269,10 @@ const Dactyl = Module("dactyl", {
}
});
options.add(["urlseparator"],
"Set the separator regex used to separate multiple URL args",
"string", "|");
options.add(["verbose", "vbs"],
"Define which info messages are displayed",
"number", 1,