From ac7c2b88e13970a6587282c7049be9ce5344d26d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20N=C4=9Bmec?= Date: Mon, 14 Nov 2011 12:44:33 +0100 Subject: [PATCH] Rename to . That's what it's really used for. --- common/locale/en-US/buffer.xml | 2 +- common/modules/buffer.jsm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/locale/en-US/buffer.xml b/common/locale/en-US/buffer.xml index fdb397d8..e3721d96 100644 --- a/common/locale/en-US/buffer.xml +++ b/common/locale/en-US/buffer.xml @@ -540,7 +540,7 @@ - <yank-word> Y + <yank-selection> Y Y

Copy currently selected text to the system clipboard.

diff --git a/common/modules/buffer.jsm b/common/modules/buffer.jsm index 750703cc..94408494 100644 --- a/common/modules/buffer.jsm +++ b/common/modules/buffer.jsm @@ -2099,7 +2099,7 @@ var Buffer = Module("Buffer", { function () { tabs.reload(tabs.getTab(), true); }); // yanking - mappings.add([modes.NORMAL], ["Y", ""], + mappings.add([modes.NORMAL], ["Y", ""], "Copy selected text or current word", function () { let sel = buffer.currentWord;