diff --git a/content/mappings.js b/content/mappings.js index 145902ef..2927e3a2 100644 --- a/content/mappings.js +++ b/content/mappings.js @@ -305,7 +305,7 @@ function Mappings() //{{{ for (let [,name] in Iterator(map.names)) { for (let [,mode] in Iterator(map.modes)) - removeMap(mode, map.name); + removeMap(mode, name); } addMap(map, true); diff --git a/content/vimperator/bindings.xml b/content/vimperator/bindings.xml index 64adb44b..c75544aa 100644 --- a/content/vimperator/bindings.xml +++ b/content/vimperator/bindings.xml @@ -11,7 +11,7 @@ xmlns:xbl="http://www.mozilla.org/xbl" xmlns:html="http://www.w3.org/1999/xhtml"> + extends="chrome://global/content/bindings/tabbox.xml#tab"> @@ -21,7 +21,7 @@ - +