mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-06 05:35:46 +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();
|
||||
vimperator.copyToClipboard(sel);
|
||||
vimperator.echo("Yanked " + sel);
|
||||
},
|
||||
{
|
||||
short_help: "Copy selected text",
|
||||
|
||||
Reference in New Issue
Block a user