1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-30 06:52:26 +01:00

fix gH mapping so that it opens in a new tab - a regression

This commit is contained in:
Doug Kearns
2007-07-25 07:46:19 +00:00
parent 3e5ce46b61
commit 9bab3c8f15

View File

@@ -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."