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