mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-22 22:33:32 +01:00
Officially deprecateify :noremap and kin.
This commit is contained in:
@@ -756,8 +756,7 @@ var CommandLine = Module("commandline", {
|
||||
data = message.message;
|
||||
}
|
||||
|
||||
if ((flags & this.ACTIVE_WINDOW) &&
|
||||
window != overlay.activeWindow)
|
||||
if ((flags & this.ACTIVE_WINDOW) && window != overlay.activeWindow)
|
||||
return;
|
||||
|
||||
if ((flags & this.DISALLOW_MULTILINE) && !this.widgets.mowContainer.collapsed)
|
||||
|
||||
@@ -657,7 +657,7 @@ var Mappings = Module("mappings", {
|
||||
commands.add([ch + "no[remap]"],
|
||||
"Map a key sequence without remapping keys" + modeDescription,
|
||||
function (args) { map(args, true); },
|
||||
update({}, opts));
|
||||
update({ deprecated: ":" + ch + "map -builtin" }, opts));
|
||||
|
||||
commands.add([ch + "unm[ap]"],
|
||||
"Remove a mapping" + modeDescription,
|
||||
|
||||
Reference in New Issue
Block a user