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