mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-25 04:43:32 +01:00
don't echo text after copying it to the clipboard with "Y"
This commit is contained in:
@@ -576,7 +576,6 @@ function Mappings() //{{{
|
|||||||
{
|
{
|
||||||
var sel = window.content.document.getSelection();
|
var sel = window.content.document.getSelection();
|
||||||
vimperator.copyToClipboard(sel);
|
vimperator.copyToClipboard(sel);
|
||||||
vimperator.echo("Yanked " + sel);
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
short_help: "Copy selected text",
|
short_help: "Copy selected text",
|
||||||
|
|||||||
Reference in New Issue
Block a user