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

got rid of all remaining mappings in mappings.js, most of the moved to editor.js

This commit is contained in:
Martin Stubenschrott
2008-02-24 12:16:12 +00:00
parent f86df3e65a
commit 4ac9a3aa0f
3 changed files with 339 additions and 618 deletions

View File

@@ -335,7 +335,7 @@ vimperator.Buffer = function () //{{{
function () { vimperator.tabs.reload(getBrowser().mCurrentTab, true); });
// yanking
vimperator.options.add(modes, ["Y"],
vimperator.mappings.add(modes, ["Y"],
"Copy selected text",
function ()
{
@@ -407,6 +407,8 @@ vimperator.Buffer = function () //{{{
"Print file information",
function (count) { vimperator.buffer.showPageInfo(true); });
/////////////////////////////////////////////////////////////////////////////}}}
////////////////////// COMMANDS ////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////{{{