diff --git a/chrome/content/vimperator/mappings.js b/chrome/content/vimperator/mappings.js index 4efc204b..139d688f 100644 --- a/chrome/content/vimperator/mappings.js +++ b/chrome/content/vimperator/mappings.js @@ -369,7 +369,7 @@ function Mappings() //{{{ } )); addDefaultMap(new Map(vimperator.modes.NORMAL, ["gH"], - BrowserHome, + function(count) { openURLsInNewTab("", true); BrowserHome(); }, { short_help: "Go home in a new tab", help: "Opens the homepage in a new tab."