1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-06 21:14:11 +01:00

Officially deprecateify :noremap and kin.

This commit is contained in:
Kris Maglione
2012-03-05 00:13:09 -05:00
parent 5c3330c7b4
commit 3730ddc5e3
3 changed files with 15 additions and 15 deletions

View File

@@ -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,