From 9bab3c8f156a0c36c11a6cb58e8cdb412f076fd2 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Wed, 25 Jul 2007 07:46:19 +0000 Subject: [PATCH] fix gH mapping so that it opens in a new tab - a regression --- chrome/content/vimperator/mappings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."