mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 15:17:58 +01:00
Make | the default 'urlseparator'.
This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user