1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-06 09:24:12 +01:00

initial small changes, so muttator loads at least fully

This commit is contained in:
Martin Stubenschrott
2008-02-05 01:31:06 +00:00
parent 2777a8e09c
commit 286feedfc7
7 changed files with 638 additions and 17 deletions

View File

@@ -409,7 +409,7 @@ vimperator.Mappings = function () //{{{
{ shortHelp: "Pass through next key" }
));
addDefaultMap(new vimperator.Map([vimperator.modes.NORMAL], ["<C-c>"],
BrowserStop,
function() { BrowserStop(); },
{ shortHelp: "Stop loading" }
));
addDefaultMap(new vimperator.Map(allModes, ["<Nop>"],
@@ -508,7 +508,7 @@ vimperator.Mappings = function () //{{{
{ shortHelp: "View source with an external editor" }
));
addDefaultMap(new vimperator.Map([vimperator.modes.NORMAL], ["gh"],
BrowserHome,
function() { BrowserHome(); },
{ shortHelp: "Go home" }
));
addDefaultMap(new vimperator.Map([vimperator.modes.NORMAL], ["gH"],