1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 04:07:58 +01:00

more refactoring

This commit is contained in:
Martin Stubenschrott
2008-02-23 23:00:43 +00:00
parent a92f9c9a2b
commit 800516acba
6 changed files with 255 additions and 288 deletions

View File

@@ -194,6 +194,10 @@ vimperator.Buffer = function (browserModes) //{{{
vimperator.options.setPref("accessibility.browsewithcaret", true);
});
vimperator.mappings.add(modes, ["<C-c>"],
"Stop loading",
function() { BrowserStop(); });
// scrolling
vimperator.mappings.add(modes, ["j", "<Down>", "<C-e>"],
"Scroll document down",