1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 09:48:00 +01:00

Fix :noremap

This commit is contained in:
Kris Maglione
2008-10-16 17:05:44 +00:00
parent bb32ae917c
commit a40b6892fe
2 changed files with 6 additions and 4 deletions

View File

@@ -218,7 +218,8 @@ function Mappings() //{{{
commands.add([ch + "no[remap]"],
"Map a key sequence without remapping keys" + modeDescription,
function (args) { map(args, modes, true); });
function (args) { map(args, modes, true); },
opts);
commands.add([ch + "mapc[lear]"],
"Remove all mappings" + modeDescription,