mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 20:04:11 +01:00
fix gH mapping so that it opens in a new tab - a regression
This commit is contained in:
@@ -369,7 +369,7 @@ function Mappings() //{{{
|
|||||||
}
|
}
|
||||||
));
|
));
|
||||||
addDefaultMap(new Map(vimperator.modes.NORMAL, ["gH"],
|
addDefaultMap(new Map(vimperator.modes.NORMAL, ["gH"],
|
||||||
BrowserHome,
|
function(count) { openURLsInNewTab("", true); BrowserHome(); },
|
||||||
{
|
{
|
||||||
short_help: "Go home in a new tab",
|
short_help: "Go home in a new tab",
|
||||||
help: "Opens the homepage in a new tab."
|
help: "Opens the homepage in a new tab."
|
||||||
|
|||||||
Reference in New Issue
Block a user