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:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user